fix css theme conflict
This commit is contained in:
@ -189,6 +189,12 @@
|
|||||||
background-color: var(--color-primary-700) !important
|
background-color: var(--color-primary-700) !important
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (min-width: 640px) {
|
||||||
|
.sm\:flex-row {
|
||||||
|
flex-direction: row
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media (min-width: 768px) {
|
@media (min-width: 768px) {
|
||||||
.md\:grid-cols-2 {
|
.md\:grid-cols-2 {
|
||||||
grid-template-columns: repeat(2, minmax(0, 1fr))
|
grid-template-columns: repeat(2, minmax(0, 1fr))
|
||||||
|
@ -7,6 +7,9 @@ module.exports = {
|
|||||||
"./layouts/**/*.html",
|
"./layouts/**/*.html",
|
||||||
"./content/**/*.{html,md}",
|
"./content/**/*.{html,md}",
|
||||||
],
|
],
|
||||||
|
safelist: [
|
||||||
|
'sm:flex-row',
|
||||||
|
],
|
||||||
darkMode: "class",
|
darkMode: "class",
|
||||||
theme: {
|
theme: {
|
||||||
colors: {
|
colors: {
|
||||||
|
Reference in New Issue
Block a user