-
Notifications
You must be signed in to change notification settings - Fork 6
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
Best Practices for Bulma support? #17
Comments
I didn't dig deep and might be wrong, but Sass has two implementations, node-sass and dart-sass. Therefore, I would think this is not an issue of eleventy-sass. There might be some workarounds or tricks to work bulma with dart-sass, but I'm not sure about that. My suggestions are as follows:
If there are lots of requests for supporting node-sass, I'd like to think about it, but currently I am sorry that I am reluctant to support a deprecated library. |
I've noticed that I didn't answer your question. I'm sorry, @AleMunin . If the error still exists after the above fix, I will follow the instruction of the error message: @extend %block !optional |
I dragged bulma folder (with the sass files) to src folder, figuring it would just run.
I was hoping the sass on the folder would run smoothly but I get a build error regarding sass.
I am not sure if this is coming from the eleventy-sass plugin directly or something else (sorry, i'm quite new at this).
What would be the best way to go around it in your opinion?
The text was updated successfully, but these errors were encountered: