Closed adekbadek closed 4 weeks ago
@dkoo – I've tried upgrading to compile
, but ran into errors. I've decided that since it works as it is, it's not worth investing more time into.
Ok, we can re-cross that bridge when sass
introduces a new major version.
:tada: This PR is included in version 2.1.1-alpha.1 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
:tada: This PR is included in version 2.1.1 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
All Submissions:
Changes proposed in this Pull Request:
Adds CSS minification to the created stylesheets.
Also fixes a warning triggered by Sass about rule nesting. Nested rules should be placed after other rules.
How to test the changes in this Pull Request:
npm run build
and observe the<theme-slug>/style.css
files are minifiedOther information: