diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2023-08-08 20:39:29 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2023-08-08 20:39:29 +0800 |
commit | efa5db2365055bf0bc0649e2a76de97e8395f958 (patch) | |
tree | e791244be35c3003ab62d5cba40432f938c7a217 /stylelint.js | |
parent | 19ab5f5cf66a18880eb5728786a76bb8bd9b9677 (diff) |
Update
Diffstat (limited to 'stylelint.js')
-rw-r--r-- | stylelint.js | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/stylelint.js b/stylelint.js deleted file mode 100644 index 8688a6d..0000000 --- a/stylelint.js +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | module.exports = { | ||
2 | "plugins": [ | ||
3 | "stylelint-order" | ||
4 | ], | ||
5 | "rules": { | ||
6 | "order/order": [ | ||
7 | "custom-properties", | ||
8 | "declarations" | ||
9 | ], | ||
10 | "order/properties-order": [ | ||
11 | "height", | ||
12 | "width", | ||
13 | ] | ||
14 | } | ||
15 | } | ||