-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependency vanilla-framework to v3 (#680)
* Update dependency vanilla-framework to v3 * Update to work with Vanilla v3. * Update scss linting to work with Vanilla 3 Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Huw Wilkins <[email protected]>
- Loading branch information
1 parent
169dec1
commit 9be45d9
Showing
26 changed files
with
391 additions
and
990 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
static/sass/_hljs.scss |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,31 @@ | ||
{ | ||
"extends": "stylelint-config-standard", | ||
"plugins": [ | ||
"stylelint-order" | ||
], | ||
"ignoreFiles": ["static/sass/_hljs.scss"], | ||
"extends": ["stylelint-config-recommended-scss"], | ||
"plugins": ["stylelint-order"], | ||
"rules": { | ||
"no-invalid-position-at-import-rule": null, | ||
"scss/comment-no-empty": null, | ||
"scss/no-global-function-names": null, | ||
"scss/operator-no-unspaced": null, | ||
|
||
"function-url-scheme-allowed-list": ["data"], | ||
"selector-class-pattern": "^(?:(?:o|c|u|t|s|is|has|_|js|qa)-)?[a-zA-Z0-9]+(?:-[a-zA-Z0-9]+)*(?:__[a-zA-Z0-9]+(?:-[a-zA-Z0-9]+)*)?(?:--[a-zA-Z0-9]+(?:-[a-zA-Z0-9]+)*)?(?:\\[.+\\])?$", | ||
|
||
"max-nesting-depth": 3, | ||
|
||
"at-rule-no-unknown": null, | ||
"scss/at-rule-no-unknown": true, | ||
|
||
"scss/at-extend-no-missing-placeholder": null, | ||
"scss/at-import-no-partial-leading-underscore": true, | ||
"scss/at-import-partial-extension": "never", | ||
|
||
"order/properties-alphabetical-order": true, | ||
"at-rule-no-unknown": [ true, { | ||
"ignoreAtRules": [ | ||
"extend", | ||
"include", | ||
"mixin", | ||
"for", | ||
"function", | ||
"if", | ||
"warn", | ||
"return" | ||
] | ||
} ], | ||
"no-descending-specificity": [true, {"severity": "warning"}], | ||
|
||
"property-no-vendor-prefix": true, | ||
"value-no-vendor-prefix": true, | ||
"selector-no-vendor-prefix": true, | ||
"media-feature-name-no-vendor-prefix": true, | ||
"at-rule-no-vendor-prefix": true | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.