uswds / uswds-gulp

A simple Gulp 4.0 workflow for transforming USWDS Sass into browser-readable CSS.
Other
35 stars 17 forks source link

Use Dart Sass #13

Closed thisisdano closed 4 years ago

thisisdano commented 4 years ago

Updates the workflow to use Dart Sass. This release integrates Dart Sass into the compile workflow. This replaces the node-sass/libsass implementation built into gulp-sass and updates the dependencies to enable fast compiles.

Uses a maintained media query sorter. We're now using postcss-sort-media-queries to replace a solution that is no longer maintained.