Skip to content

Commit f9a832c

Browse files
Minor adjustment to declaration order
To make it easier to remove old planet classnames when ready
1 parent f435f6d commit f9a832c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

assets-src/styles/sass/30-base/_typography.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,23 +25,23 @@ h1, h2, h3, h4, h5, h6 {
2525
// margin-bottom: 1em;
2626
// }
2727

28-
:where(h1, .venus, .h1) {
28+
:where(h1, .h1 .venus) {
2929
font-size: var(--w3c-text-5);
3030
}
3131

32-
:where(h2, .txt-earth, .h2) {
32+
:where(h2, .h2, .txt-earth) {
3333
font-size: var(--w3c-text-4);
3434
}
3535

36-
:where(h3, .txt-mars, .h3) {
36+
:where(h3, .h3, .txt-mars) {
3737
font-size: var(--w3c-text-3);
3838
}
3939

40-
:where(h4, .txt-jupiter, .h4) {
40+
:where(h4, .h4, .txt-jupiter) {
4141
font-size: var(--w3c-text-2);
4242
}
4343

44-
:where(h5, .txt-saturn, .h5) {
44+
:where(h5, .h5, .txt-saturn) {
4545
font-size: var(--w3c-text-1);
4646
}
4747

0 commit comments

Comments
 (0)