sass / migrator

Tool for migrating stylesheets to new Sass versions
MIT License
84 stars 10 forks source link

Use the new AST interfaces #210

Closed jathak closed 3 years ago

jathak commented 3 years ago

This updates the migrator to be compatible with the recent changes to DynamicImport.url and FunctionExpression.name, and also uses the new SassReference and SassDeclaration interfaces.

For now, it's still importing the Sass AST from dart-sass's src, rather than from the new sass_api.