Skip to content

Commit

Permalink
Fix duped styles + disable tailwind preflight
Browse files Browse the repository at this point in the history
  • Loading branch information
Geometrically committed Jul 24, 2024
1 parent 41c15f8 commit 01df24d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/frontend/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ const localesCategoriesOverrides: Partial<Record<string, "fun" | "experimental">

export default defineNuxtConfig({
srcDir: "src/",
features: {
inlineStyles: false,
},
app: {
head: {
htmlAttrs: {
Expand Down
3 changes: 3 additions & 0 deletions apps/frontend/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,7 @@ module.exports = {
},
},
plugins: [],
corePlugins: {
preflight: false,
},
};

0 comments on commit 01df24d

Please sign in to comment.