Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
alloxanic
/
wp-content
/
themes
/
twentytwentyone
/
template-parts
/
header
:
.stylelintrc.json
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
{ "extends": [ "@wordpress/stylelint-config/scss" ], "rules": { "selector-class-pattern": null, "font-weight-notation": null, "selector-type-no-unknown": null, "max-line-length": null, "at-rule-empty-line-before": null, "selector-pseudo-element-colon-notation": null, "number-leading-zero": null, "no-descending-specificity": null, "length-zero-no-unit": [true, {"ignore": ["custom-properties"]}] } }