Skip to content

Commit 3d74ac6

Browse files
authored
Version 1.0.0-alpha3
Style lint and variable prefix
2 parents d12b890 + 8029863 commit 3d74ac6

21 files changed

Lines changed: 10739 additions & 490 deletions

.stylelintrc

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"extends": "stylelint-config-standard",
3+
"plugins": [
4+
"stylelint-scss"
5+
],
6+
"rules": {
7+
"at-rule-no-unknown": null,
8+
"at-rule-empty-line-before": null,
9+
"block-closing-brace-empty-line-before": null,
10+
"length-zero-no-unit": null,
11+
"no-descending-specificity": null,
12+
"no-duplicate-selectors": null,
13+
"number-leading-zero": "never",
14+
"rule-empty-line-before": null,
15+
"scss/at-rule-no-unknown": true
16+
}
17+
}

0 commit comments

Comments
 (0)