Closed evwilkin closed 4 months ago
Let's remove the sort by reference, since CSS doesn't care about that, and it could introduce an inconsistency in the order.
:tada: This PR is included in version 1.11.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Closes #17
This PR:
Though changes with referenced vars may be hard to predict the adjusted file outcome, this should limit variability in output scss files due to consistent alphabetical sorting, hopefully making the diffs between files smaller and more consistent as well.
Note: looking at
tokens-default.scss
as an example, the newly output file seems to be about 30 lines longer which is worth further investigation to confirm where these additional rules are coming from.