Skip to content

Commit 9f9d282

Browse files
committed
Tweak some CSS for stylelint update
1 parent 6e0eb2d commit 9f9d282

File tree

8 files changed

+434
-3102
lines changed

8 files changed

+434
-3102
lines changed

.stylelintrc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
"rules": {
44
"selector-type-no-unknown": null,
55
"number-leading-zero": "never",
6+
"alpha-value-notation": "number",
7+
"string-quotes": null,
8+
"hue-degree-notation": null,
9+
"color-function-notation": null,
10+
"selector-attribute-quotes": null,
11+
"selector-class-pattern": null,
12+
"max-line-length": null,
613
"at-rule-no-unknown": [
714
true,
815
{ "ignoreAtRules": ["mixin", "define-mixin"] }

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## WIP
4+
- Tweak some CSS for stylelint update
5+
36
## 1.1.1
47
- Fix image resize/optimiser
58
- Fix CSS overrides not loading on error or offline pages

0 commit comments

Comments
 (0)