forked from PirateCare/Syllabus
!publish! purgecss headache..
This commit is contained in:
parent
1fffa7bba9
commit
c0e19b52ad
|
@ -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 {
|
||||||
|
|
|
@ -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";
|
||||||
|
|
|
@ -13,4 +13,4 @@ module.exports = {
|
||||||
},
|
},
|
||||||
variants: {},
|
variants: {},
|
||||||
plugins: []
|
plugins: []
|
||||||
}
|
};
|
||||||
|
|
Reference in New Issue