First commit for the website
This commit is contained in:
12
themes/terminal/.stylelintrc.json
Normal file
12
themes/terminal/.stylelintrc.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"extends": [
|
||||
"stylelint-config-standard-scss",
|
||||
"stylelint-config-prettier-scss"
|
||||
],
|
||||
"rules": {
|
||||
"max-empty-lines": 1,
|
||||
"color-function-notation": null,
|
||||
"no-descending-specificity": null,
|
||||
"selector-class-pattern": null
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user