fix css theme conflict

This commit is contained in:
2021-12-27 17:20:01 +01:00
parent 0478174676
commit 31b36509a0
2 changed files with 9 additions and 0 deletions

View File

@ -189,6 +189,12 @@
background-color: var(--color-primary-700) !important
}
@media (min-width: 640px) {
.sm\:flex-row {
flex-direction: row
}
}
@media (min-width: 768px) {
.md\:grid-cols-2 {
grid-template-columns: repeat(2, minmax(0, 1fr))

View File

@ -7,6 +7,9 @@ module.exports = {
"./layouts/**/*.html",
"./content/**/*.{html,md}",
],
safelist: [
'sm:flex-row',
],
darkMode: "class",
theme: {
colors: {