🐛 Fix the styling conflict between vuetify and tailwindcss
This commit is contained in:
3
app/assets/css/components.scss
Normal file
3
app/assets/css/components.scss
Normal file
@@ -0,0 +1,3 @@
|
||||
@forward "vuetify/settings" with (
|
||||
$layers: true
|
||||
);
|
||||
3
app/assets/css/globals.scss
Normal file
3
app/assets/css/globals.scss
Normal file
@@ -0,0 +1,3 @@
|
||||
@use "vuetify" with (
|
||||
$reset: false
|
||||
);
|
||||
@@ -4,6 +4,19 @@
|
||||
:root {
|
||||
--font-family: "Nunito Variable", "Helvatica", sans-serif;
|
||||
}
|
||||
|
||||
.prose p,
|
||||
.prose h1,
|
||||
.prose h2,
|
||||
.prose h3,
|
||||
.prose h4,
|
||||
.prose h5,
|
||||
.prose h6,
|
||||
.prose ul,
|
||||
.prose ol,
|
||||
.prose blockquote {
|
||||
margin: revert;
|
||||
}
|
||||
}
|
||||
|
||||
@plugin "@tailwindcss/typography";
|
||||
@@ -29,4 +42,4 @@ body {
|
||||
.page-leave-to {
|
||||
opacity: 0;
|
||||
filter: blur(1rem);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user