!publish! purgecss headache..

This commit is contained in:
Marcell Mars 2020-03-07 02:56:42 +01:00
parent 1fffa7bba9
commit c0e19b52ad
3 changed files with 9 additions and 9 deletions

View File

@ -55,25 +55,28 @@ html {
@apply bg-CoconutCream; @apply bg-CoconutCream;
} }
/* purgecss ignore */
h1 { h1 {
@apply text-3xl; @apply text-3xl;
} }
/* purgecss ignore */
h2 { h2 {
@apply text-2xl; @apply text-2xl;
} }
/* purgecss ignore */
h3 { h3 {
@apply text-xl; @apply text-xl;
} }
p { /* purgecss ignore */
@apply pb-2 leading-tight;
}
blockquote { blockquote {
@apply italic; @apply italic;
}
p {
@apply pb-2 leading-tight;
} }
footer { footer {

View File

@ -1,8 +1,5 @@
/* Tailwind base - put variables under: tailwind.config.js */ /* Tailwind base - put variables under: tailwind.config.js */
@import "node_modules/tailwindcss/base"; @import "node_modules/tailwindcss/base";
/* Tailwind component classes registered by plugins*/
@import "node_modules/tailwindcss/components"; @import "node_modules/tailwindcss/components";
/* Site Specific */
@import "assets/css/site.css";
/* Tailwind's utility classes - generated based on config file */
@import "node_modules/tailwindcss/utilities"; @import "node_modules/tailwindcss/utilities";
@import "assets/css/site.css";

View File

@ -13,4 +13,4 @@ module.exports = {
}, },
variants: {}, variants: {},
plugins: [] plugins: []
} };