You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using dart-sass to compile the SCSS files, and it's firing several deprecation warnings. Specifically one big one is that the @import command is now deprecated. (https://sass-lang.com/documentation/breaking-changes/import/).
I couldn't find anything on it & this seems like a big one to fix.
...
Possible Solution
I attempted to run the sass-migrator tool (from dart-sass), and it gave this error:
Error: The migrator has found multiple possible migrations for ../node_modules/foundation-sites/scss/util/_util.scss, depending on the context in which it's loaded.
Migration failed!
...
Context
...
Your Environment
Foundation version(s) used:
Browser(s) name and version(s):
Device, Operating System and version:
Checklist
I have read and follow the CONTRIBUTING.md document.
There are no other issues similar to this one.
The issue title and template are correctly filled.
The text was updated successfully, but these errors were encountered:
wheelercreek
changed the title
Are there plans or work being done on Foundation for Sites 7?
Sass deprecration warnings, any plans for Foundation for Sites 7?
Dec 24, 2024
wheelercreek
changed the title
Sass deprecration warnings, any plans for Foundation for Sites 7?
Sass deprecration warnings - @import with dart-sass
Dec 24, 2024
What is missing?
...
What is wrong now ?
I'm using dart-sass to compile the SCSS files, and it's firing several deprecation warnings. Specifically one big one is that the @import command is now deprecated. (https://sass-lang.com/documentation/breaking-changes/import/).
I couldn't find anything on it & this seems like a big one to fix.
...
Possible Solution
I attempted to run the sass-migrator tool (from dart-sass), and it gave this error:
Error: The migrator has found multiple possible migrations for ../node_modules/foundation-sites/scss/util/_util.scss, depending on the context in which it's loaded.
Migration failed!
...
Context
...
Your Environment
Checklist
The text was updated successfully, but these errors were encountered: