-
Notifications
You must be signed in to change notification settings - Fork 313
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 support #109
Comments
For those who encounter this in the future, libsass now allows you to import/include raw CSS files by just omitting the .css extension, as you would any .sass or .scss file. This should supersede the need for dedicated Sass-compatible files. (Not sure if this change tracked to the Ruby implementation of Sass.) (Including the .css extension will render |
@chrisvanpatten didn't know that. This has been a big flaw in earlier versions of SASS. Thanks for sharing. |
Happy to help! It's a great little fix that wasn't well advertised. Hope it helps others. |
This 'feature' is now being deprecated. What is the current best practice? Creating that importer just for this? Relying on Webpack and such?
|
In version 4 both the SASS and SCSS files seems to be gone? Is there a reason behind it? Is there another repository we can use instead?
The text was updated successfully, but these errors were encountered: