first commit
This commit is contained in:
16
admin-kalsport/themes/new-theme/.stylelintrc
Normal file
16
admin-kalsport/themes/new-theme/.stylelintrc
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"extends": [
|
||||
"stylelint-config-prestashop"
|
||||
],
|
||||
"rules": {
|
||||
"selector-max-id": null,
|
||||
"selector-max-class": null,
|
||||
"selector-max-type": null,
|
||||
"selector-max-compound-selectors": null,
|
||||
"selector-no-qualifying-type": null,
|
||||
"selector-max-combinators": null,
|
||||
"selector-class-pattern": null,
|
||||
"selector-descendant-combinator-no-non-space": null,
|
||||
"function-blacklist": null
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user