-
Notifications
You must be signed in to change notification settings - Fork 51
The plugin does not do a thing #22
Copy link
Copy link
Open
Description
With this css:
h1 {
position: absolute;
display: block;
float: right;
color: black;
background-color: blue;
border: 1px black solid;
}This configuration (basically copy/pasta).
{
"extends": [
"stylelint-config-standard",
"stylelint-config-rational-order"
],
"plugins": [
"stylelint-order",
"stylelint-config-rational-order/plugin"
],
"rules": {
"order/properties-order": [],
"plugin/rational-order": [true, {
"border-in-box-model": false,
"empty-line-between-groups": true,
}]
}
}
And the command:
stylelint --config config/.stylelintrc --fix fixtures/main.css
Strictly nothing happen.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels