Skip to content

Commit

Permalink
fix(obsoletes): update obsolete elements selector to match WHATWG spec
Browse files Browse the repository at this point in the history
  • Loading branch information
ffoodd committed Dec 10, 2024
1 parent fc1ea38 commit 1cd63ee
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions sass/themes/_obsolete.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,12 @@ frame,
frameset,
noframes,
isindex,
keygen,
menuitem,
listing,
nextid,
noembed,
param,
plaintext,
rb,
rtc,
Expand All @@ -41,10 +44,7 @@ marquee,
multicol,
nobr,
spacer,
tt,
keygen,
menu,
menuitem
tt
```
### Test
Expand All @@ -60,9 +60,12 @@ frame,
frameset,
noframes,
isindex,
keygen,
menuitem,
listing,
nextid,
noembed,
param,
plaintext,
rb,
rtc,
Expand All @@ -77,10 +80,7 @@ marquee,
multicol,
nobr,
spacer,
tt,
keygen,
menu,
menuitem {
tt {
@include obsolete('tags');
}

Expand Down

0 comments on commit 1cd63ee

Please sign in to comment.