!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;
}
/* purgecss ignore */
h1 {
@apply text-3xl;
}
/* purgecss ignore */
h2 {
@apply text-2xl;
}
/* purgecss ignore */
h3 {
@apply text-xl;
}
p {
@apply pb-2 leading-tight;
}
/* purgecss ignore */
blockquote {
@apply italic;
}
p {
@apply pb-2 leading-tight;
}
footer {

View File

@ -1,8 +1,5 @@
/* Tailwind base - put variables under: tailwind.config.js */
@import "node_modules/tailwindcss/base";
/* Tailwind component classes registered by plugins*/
@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 "assets/css/site.css";

View File

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