wearelighthouse / stemCSS

Build the stem - don't repeat yourself, don't unset yourself.
MIT License
20 stars 1 forks source link

Dev #32

Closed burntcustard closed 3 years ago

burntcustard commented 3 years ago

Adds a global class: true setting https://github.com/wearelighthouse/stemCSS/issues/31 - with the default set to true as purgeCSS is recommended and commonly used nowadays.

Replaces horizontal and vertical with x and y https://github.com/wearelighthouse/stemCSS/issues/29.

Swaps the linting config file from sass-lint to stylelint (related to https://github.com/wearelighthouse/stemCSS/issues/24), and cleans up loads of code style issues.

Renames anything that's camelCased to kebab-case.

Renames o-dicatate object to u-sr-only to make it clearer what it does, and update it's CSS to make it more consistent.

Removes some rarely used utilities and adds some new ones (like margins to match padding)