Skip to content

Commit b5a0d21

Browse files
committed
Fix incorrectly parsed CSS
1 parent da361ff commit b5a0d21

File tree

7 files changed

+1118
-961
lines changed

7 files changed

+1118
-961
lines changed

.stylelintrc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@
22
"extends": "stylelint-config-standard",
33
"rules": {
44
"selector-type-no-unknown": null,
5-
"number-leading-zero": "never",
65
"alpha-value-notation": "number",
7-
"string-quotes": null,
86
"hue-degree-notation": null,
97
"color-function-notation": null,
108
"selector-attribute-quotes": null,
119
"selector-class-pattern": null,
12-
"max-line-length": null,
10+
"import-notation": "string",
11+
"value-keyword-case": null,
1312
"at-rule-no-unknown": [
1413
true,
1514
{ "ignoreAtRules": ["mixin", "define-mixin"] }

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## WIP
44
- Add styling for button links
5+
- Fix incorrectly parsed CSS
56

67
## 1.4.3
78
- Fix mod_login override error with Joomla 4.2+

0 commit comments

Comments
 (0)