refactor: ♻️ make less use of @apply to reduce resulting css bundle size
This commit is contained in:
parent
7b2e1b14b3
commit
9f7387c54b
12 changed files with 25 additions and 98 deletions
|
@ -1,10 +1,4 @@
|
|||
@import url(modules/buttons.css);
|
||||
@import url(modules/callouts.css);
|
||||
@import url(modules/details.css);
|
||||
@import url(modules/navigation.css);
|
||||
@import url(modules/pagination.css);
|
||||
@import url(modules/postmeta.css);
|
||||
@import url(modules/tags.css);
|
||||
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
|
@ -30,13 +24,13 @@ h6 {
|
|||
font-variation-settings: 'XROT' 0, 'YROT' 0;
|
||||
}
|
||||
|
||||
a:not(.nav-link, .read-more-button) {
|
||||
a:not(nav a, .button) {
|
||||
@apply font-normal text-inherit underline decoration-sky-600 decoration-2 underline-offset-4 transition-colors duration-300 hover:text-sky-600;
|
||||
}
|
||||
|
||||
.blogpost {
|
||||
/* .blogpost {
|
||||
@apply prose prose-slate mx-auto md:prose-lg lg:prose-xl dark:prose-invert prose-headings:font-normal prose-strong:text-inherit prose-li:marker:!text-inherit prose-th:font-bold prose-img:rounded-3xl;
|
||||
}
|
||||
} */
|
||||
|
||||
.footnote-item:target p {
|
||||
@apply bg-slate-200 dark:bg-sky-950;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue