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
As per this thread, the dartsass-ruby gem is a compatibility shim which provides legacy SassC features on Dart Sass.
When Dart Sass 2.0 is released, many of these features will become impossible to support.
Therefore, we should get rid of the dartsass-ruby dependency and replace it with a direct integration to sass-embedded. This involves generally replacing any references to the ::SassC namespace. The sass-embedded documentation is here.
As per this thread, the dartsass-ruby gem is a compatibility shim which provides legacy SassC features on Dart Sass.
When Dart Sass 2.0 is released, many of these features will become impossible to support.
Therefore, we should get rid of the dartsass-ruby dependency and replace it with a direct integration to sass-embedded. This involves generally replacing any references to the
::SassC
namespace. The sass-embedded documentation is here.To recap:
Current dependency pattern: dartsass-sprockets --> dartsass-ruby --> sass-embedded
Future dependency pattern: dartsass-sprockets --> sass-embedded
A PR would be welcome for this.
The text was updated successfully, but these errors were encountered: