mediamonks / muban

A backend-agnostic framework to enhance server-rendered HTML using a modern webpack development setup.
https://mediamonks.github.io/muban/
39 stars 15 forks source link

Replace node-sass with dart-sass #158

Closed ThaNarie closed 4 years ago

ThaNarie commented 4 years ago

The data option of sass-loader is not yet supported anymore, so no more auto-global imports. Which means that each scss file should now import seng-scss and the globals itself.

Suggestion is to move the seng-scss import into the globals file, and import that on top of each file - and add it to the templates.

Steps:

jesse-mm commented 4 years ago