File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -175,7 +175,8 @@ rules:
175175 no-misspelled-properties :
176176 - 1
177177 - extra-properties :
178- - font-display
178+ - overscroll-behavior
179+ - text-decoration-skip-ink
179180 - touch-callout
180181
181182 # Enforce that selectors are not allowed to have qualifying elements.
@@ -210,7 +211,7 @@ rules:
210211 one-declaration-per-line : 1
211212
212213 # Enforce whether extends should only include placeholder selectors.
213- placeholder-in-extend : 0
214+ placeholder-in-extend : 1
214215
215216 # Enforce a convention for placeholder names.
216217 placeholder-name-format :
Original file line number Diff line number Diff line change 5656a {
5757 color : $color-link ;
5858 text-decoration : none ;
59- text-decoration-skip : ink ;
59+ text-decoration-skip-ink : auto ;
6060
6161 & :active {
6262 color : $color-link-hover ;
Original file line number Diff line number Diff line change 1111a {
1212 color : $color-link ; /* 1 */
1313 text-decoration : none ; /* 2 */
14- text-decoration-skip : ink ; /* 3 */
14+ text-decoration-skip-ink : auto ; /* 3 */
1515
1616 & :hover ,
1717 & :active {
You can’t perform that action at this time.
0 commit comments