Missing prose classes not included in Tailwind CSS
This commit is contained in:
parent
a478000e80
commit
78a0d9c28b
|
@ -310,7 +310,7 @@ testimonials:
|
||||||
tags: [subscription]
|
tags: [subscription]
|
||||||
|
|
||||||
prose_classes: |
|
prose_classes: |
|
||||||
prose marker:text-black prose-a:font-light prose-a:text-blue-primary prose-blockquote:border-blue-primary prose-code:after:content-[''] prose-code:before:content-[''] prose-code:font-normal prose-figcaption:text-white prose-h2:mb-4 prose-h2:text-xl prose-li:my-1 prose-li:text-black prose-li:text-lg prose-p:text-black prose-p:text-lg prose-ul:my-3 hover:prose-a:no-underline dark:marker:text-white dark:prose-a:text-blue-400 dark:prose-blockquote:border-blue-400 dark:prose-hr:border-grey-400 dark:prose-invert dark:prose-li:text-white dark:prose-p:text-white
|
prose prose-p:text-black prose-a:font-light prose-a:text-blue-primary prose-p:text-lg prose-blockquote:border-blue-primary dark:marker:text-white prose-li:my-1 prose-li:text-lg prose-figcaption:text-white prose-li:text-black marker:text-black dark:prose-p:text-white dark:prose-invert dark:prose-a:text-blue-400 dark:prose-blockquote:border-blue-400 dark:prose-li:text-white hover:prose-a:no-underline prose-h2:text-xl prose-code:font-normal prose-h2:mb-4 prose-ul:my-3 dark:prose-hr:border-grey-400 prose-code:before:content-[''] prose-code:after:content-['']">
|
||||||
|
|
||||||
transistor:
|
transistor:
|
||||||
feed:
|
feed:
|
||||||
|
|
|
@ -4,7 +4,10 @@ import formsPlugin from '@tailwindcss/forms';
|
||||||
import typographyPlugin from "@tailwindcss/typography";
|
import typographyPlugin from "@tailwindcss/typography";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
content: ["./source/**/*.{md,twig}"],
|
content: [
|
||||||
|
"./app/config/**/*.yml",
|
||||||
|
"./source/**/*.{md,twig}",
|
||||||
|
],
|
||||||
theme: {
|
theme: {
|
||||||
colors: {
|
colors: {
|
||||||
black: "#000",
|
black: "#000",
|
||||||
|
|
Loading…
Reference in a new issue