mirror of
https://github.com/Noratrieb/blog.git
synced 2026-01-14 12:35:00 +01:00
update terminal to b6c2bafbdc30a43ff69b4e00d1aefcc49d7e4aaa
This commit is contained in:
parent
cc87a143c6
commit
80ebde41d1
84 changed files with 10848 additions and 6972 deletions
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
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue