mdo/code-guide

link break

fom78 opened this issue · 2 comments

Bootstrap property order for Stylelint. https://github.com/twbs/stylelint-config-twbs-bootstrap/blob/main/css/index.js

I happened to be in the same situation, after reviewing the commit history, I found this commit: Switch to stylelint-config-recess-order.

So now, you can get the properties-order in this page.

But I recommend jumping to the dependency library stylelint-config-recess-order and then find the properties-order in index.js, because more new properties are supported such as grid.

Hope this helps.