Libsass removal and @import deprecation #719
samuel-clara
started this conversation in
General
Replies: 1 comment 1 reply
-
I agree that removing Maintaining multiple versions of Dart Sass in CodeKit isn't really viable because the API changes between versions occasionally. Your best bet is to invest some time modernizing old codebases to |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm wondering which approach do you suggest for maintaining older projects that relies on Codekit and Libsass; and most important the ones with a ton of stylesheets bind together with @import, as this will not be supported by future versions of Dart Sass? will the only solution be to update each old project manually (or of course to not update Codekit) or will Codekit provide some backward compatibility (for example an option to choose the Dart Sass version)? the bigger deal for me is definitely the removal of @import support
Beta Was this translation helpful? Give feedback.
All reactions