Updating the Sass compiler to Dart-Sass #127
maxime4000
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
We had looked into this in the past, and decided not to migrate from node-sass because the dart sass npm package is much slower (build takes 2-3 times longer with What deprecation warnings are you seeing? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Node-Sass as been depreciate for now 7 month.
In my project, I have migrate to dart-sass which is able to compile iTwinUI.
There is some warning about depreciating of feature that iTwinUI use that will be remove in v2. Migration with breaking change can be an hassle, so I'm suggesting that we start to migrate to sass before it get worst.
Because this package is all about compiling Sass files, I think iTwinUI should be using the latest version of the Sass compiler.
I suggest we migrate from node-sass to sass in the near future.
Beta Was this translation helpful? Give feedback.
All reactions