Skip to content

Commit cf99c13

Browse files
committed
fix: Remove unwanted styles
1 parent c995490 commit cf99c13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tailwind.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module.exports = {
55
preflight: false,
66
container: false,
77
},
8-
content: ['./src/runtime/components/**/*.{vue,ts,js}'],
8+
content: [], // This is important, else unwanted styles will leak.
99
theme: {
1010
extend: {
1111
transitionTimingFunction: {

0 commit comments

Comments
 (0)