Skip to content

sass: use dart-sass for building scss files

This PR refactors the style.scss to use @use clause instead of @import, fixes #7

The @use clause is only implemented in dart sass implementation which will be now used for CI and should be used for local development.

Merge request reports