-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update all dependencies (major) (#572)
* Update all dependencies * Update to work with Stylelint 14 * Revert from jammy to focal * Revert from node back to 18 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Anthony Dillon <[email protected]>
- Loading branch information
1 parent
0b9340d
commit cbbf936
Showing
9 changed files
with
1,494 additions
and
3,184 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,28 @@ | ||
{ | ||
"extends": "stylelint-config-prettier", | ||
"plugins": [ | ||
"stylelint-order" | ||
], | ||
"extends": "stylelint-config-standard-scss", | ||
"plugins": ["stylelint-order"], | ||
"rules": { | ||
"order/properties-alphabetical-order": true, | ||
"at-rule-no-unknown": [ true, { | ||
"ignoreAtRules": [ | ||
"extend", | ||
"include", | ||
"mixin", | ||
"for", | ||
"function", | ||
"if", | ||
"warn", | ||
"return" | ||
"at-rule-no-unknown": [ | ||
true, | ||
{ | ||
"ignoreAtRules": [ | ||
"extend", | ||
"include", | ||
"mixin", | ||
"for", | ||
"function", | ||
"if", | ||
"warn", | ||
"return" | ||
] | ||
} ], | ||
} | ||
], | ||
"no-invalid-position-at-import-rule": null, | ||
"scss/at-mixin-pattern": null, | ||
"scss/dollar-variable-pattern": null, | ||
"scss/double-slash-comment-empty-line-before": null, | ||
"scss/no-global-function-names": null, | ||
"selector-class-pattern": null | ||
} | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,31 @@ | ||
.p-tutorials-meter { | ||
background-image: url('https://assets.ubuntu.com/v1/69c63bcd-level+of+difficulty.png'); | ||
background-position-x: -75px; | ||
background-position-y: center; | ||
background-repeat: no-repeat; | ||
display: inline-block; | ||
height: $sp-large; | ||
margin-left: $sp-xx-small; | ||
text-indent: -9999px; | ||
width: 74px; | ||
} | ||
.p-tutorials-meter { | ||
background-image: url("https://assets.ubuntu.com/v1/69c63bcd-level+of+difficulty.png"); | ||
background-position-x: -75px; | ||
background-position-y: center; | ||
background-repeat: no-repeat; | ||
display: inline-block; | ||
height: $sp-large; | ||
margin-left: $sp-xx-small; | ||
text-indent: -9999px; | ||
width: 74px; | ||
} | ||
|
||
.p-tutorials-meter--1 { | ||
background-position-x: -60px; | ||
} | ||
.p-tutorials-meter--1 { | ||
background-position-x: -60px; | ||
} | ||
|
||
.p-tutorials-meter--2 { | ||
background-position-x: -45px; | ||
} | ||
.p-tutorials-meter--2 { | ||
background-position-x: -45px; | ||
} | ||
|
||
.p-tutorials-meter--3 { | ||
background-position-x: -30px; | ||
} | ||
.p-tutorials-meter--3 { | ||
background-position-x: -30px; | ||
} | ||
|
||
.p-tutorials-meter--4 { | ||
background-position-x: -15px; | ||
} | ||
.p-tutorials-meter--4 { | ||
background-position-x: -15px; | ||
} | ||
|
||
.p-tutorials-meter--5 { | ||
background-position-x: 0; | ||
} | ||
.p-tutorials-meter--5 { | ||
background-position-x: 0; | ||
} |
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.