-
-
Notifications
You must be signed in to change notification settings - Fork 73
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
Indented/sass format seems to be supported? #297
Comments
The problem is that it doesn't work together with a custom importer (like You are right though that indented syntax is not deprecated, that was a misunderstanding from my side.
Unfortunately, I ran into a dart-sass bug which is blocking for a release at the moment: sass/dart-sass#1138 |
Ah, OK, so indented sass works "at the top level" (imported from a js file, for example), but not imported from sass or scss. That makes more sense. Do you want to edit the README to document this current state better, or should I submit a PR? Looking forward to the dart-sass port! Looks like the bug is being processed at least... |
Ah yes, I intended to update the readme and then got distracted 5 seconds after 😅. It's changed now. Thanks for the heads up. |
Thanks for fixing the README, and for the quick responses! |
I am confused by this statement in the README:
I just tried using an indented-format
.sass
file in my Meteor project, and it worked fine (other than minor bugs in the libsass implementation). Is it possible that this sentence is out of date?Also, as far as I can tell, the indented/sass syntax is not deprecated. I understand that libsass is deprecated, but libsass does support indented/sass syntax (with some minor bugs).
meteor
version: 1.11.1fourseven:scss
version: 4.12.0The text was updated successfully, but these errors were encountered: