refactor: 🩹 use explicit nesting operator
This commit is contained in:
parent
b6c48c8e0e
commit
ff3c0fb23a
1 changed files with 2 additions and 2 deletions
|
@ -77,12 +77,12 @@ summary {
|
||||||
}
|
}
|
||||||
|
|
||||||
dl {
|
dl {
|
||||||
dt {
|
& dt {
|
||||||
@apply font-normal! text-sky-600! dark:text-sky-300!;
|
@apply font-normal! text-sky-600! dark:text-sky-300!;
|
||||||
font-family: var(--font-heading);
|
font-family: var(--font-heading);
|
||||||
}
|
}
|
||||||
|
|
||||||
code {
|
& code {
|
||||||
@apply text-sky-800! dark:text-sky-500!;
|
@apply text-sky-800! dark:text-sky-500!;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue