Closed
Description
Bootstrap property order for Stylelint.
https://github.com/twbs/stylelint-config-twbs-bootstrap/blob/main/css/index.js
Metadata
Metadata
Assignees
Labels
No labels
Bootstrap property order for Stylelint.
https://github.com/twbs/stylelint-config-twbs-bootstrap/blob/main/css/index.js
Activity
wenyuan commentedon Feb 11, 2022
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 asgrid
.Hope this helps.
beMySun commentedon Feb 11, 2022
fix(style-guide): link break