0.2.0 • Published 3 months ago

@jothsa/stylelint-config-idiomatic-order v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

stylelint + idiomatic-css = ❤️

This is a fork of the original. I updated it with logical properties (thanks to @JulienW) and other features/qol. I have big plans, but we'll see if I end up implementing them.

It should work, but I forgot to make a dev branch whoops

Order your styles based on idiomatic-css.

Installation

npm install --save-dev @jothsa/stylelint-config-idiomatic-order

Or use pnpm

pnpm add --D @jothsa/stylelint-config-idiomatic-order

Usage

Set your stylelint config to:

{
  "extends": "@jothsa/stylelint-config-idiomatic-order"
}

You can easily extend the config to your needs.

License