-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sass compiler #90
Comments
We are using sass-rs, which is a wrapper around libsass, which is the same that zola is using. We are considering switching to grass, a pure-rust re-implementation, as we have been having build problems with libsass |
ok sounds good. so how is it implemented. place files in _sass dir and presto. |
Place sass files throughout your project and they will be compiled to a mirror location in the output. The |
oh so they are picked up by .scss extension? |
ok it seems like .scss files placed in |
"Cobalt has default support for Sass since v0.12.2."
placing .scss file in a sass (and _sass) directory does little.
is there a built in sassc like zola?
The text was updated successfully, but these errors were encountered: