-
-
Notifications
You must be signed in to change notification settings - Fork 4k
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 deprecation warming #3856
Comments
same here with Bulma 1.01, vite 5.2.0, sass 1.77.2 |
I confirm that I'm having the same warnings. I use Bulma v1.0.1, and (for me) the warnings are caused by this statement of mine:
The warnings appear when I updated my Dart Sass from 1.77.6 to 1.77.8. No other changes were made - the same version of Bulma and the same statement were just fine before the update. For now, I suppressed the warnings by passing Thank you! |
Exact same problem with Bulma and Jekyll. |
The solution is to correct the navbar.scss at line 254:
with this code:
I have tested this and it works on my vue app. |
I'm not quite sure which update caused this, but I'm getting a deprecation warning., as below.
Well the original is in beautiful console colour, but you get the general idea.
We can read all about it but I think I can't fix it.
I'm using a
my-bulma.scss
file which imports the various files like this:@forward "bulma/sass/components/modal";
It still seems to work, but it's noisy and presumably will stop eventually.
Thanks
The text was updated successfully, but these errors were encountered: