Skip to content

Commit a2bfe34

Browse files
committed
update ui
1 parent 10589d1 commit a2bfe34

14 files changed

Lines changed: 3040 additions & 791 deletions

.stylelintrc.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"extends": ["stylelint-config-standard"],
3+
"rules": {
4+
"declaration-block-no-duplicate-properties": [
5+
true,
6+
{
7+
"ignore": ["consecutive-duplicates-with-different-values"]
8+
}
9+
],
10+
"selector-class-pattern": "^[a-z0-9]+(?:-[a-z0-9]+)*(?:__(?:[a-z0-9]+(?:-[a-z0-9]+)*))?$",
11+
"no-duplicate-selectors": true
12+
}
13+
}

0 commit comments

Comments
 (0)