mirror of
https://github.com/AderKonstantin/aderktech-chronark.com-.git
synced 2025-06-08 13:48:42 +03:00
Stop back-ticks showing inside of in-line code styles (#10)
* Fix backticks in codeblocks * Fix backticks in codeblocks
This commit is contained in:
parent
5737d2504f
commit
a43b3fdac7
@ -11,6 +11,16 @@ module.exports = {
|
|||||||
theme: {
|
theme: {
|
||||||
extend: {
|
extend: {
|
||||||
typography: {
|
typography: {
|
||||||
|
DEFAULT: {
|
||||||
|
css: {
|
||||||
|
'code::before': {
|
||||||
|
content: '""'
|
||||||
|
},
|
||||||
|
'code::after': {
|
||||||
|
content: '""'
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
quoteless: {
|
quoteless: {
|
||||||
css: {
|
css: {
|
||||||
"blockquote p:first-of-type::before": { content: "none" },
|
"blockquote p:first-of-type::before": { content: "none" },
|
||||||
@ -92,7 +102,7 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
}
|
||||||
},
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
require("@tailwindcss/typography"),
|
require("@tailwindcss/typography"),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user