Fix duped styles + disable tailwind preflight (#1320)
This commit is contained in:
parent
41c15f8c96
commit
06ac959496
@ -47,6 +47,9 @@ const localesCategoriesOverrides: Partial<Record<string, "fun" | "experimental">
|
||||
|
||||
export default defineNuxtConfig({
|
||||
srcDir: "src/",
|
||||
features: {
|
||||
inlineStyles: false,
|
||||
},
|
||||
app: {
|
||||
head: {
|
||||
htmlAttrs: {
|
||||
|
||||
@ -123,4 +123,7 @@ module.exports = {
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
corePlugins: {
|
||||
preflight: false,
|
||||
},
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user