We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c995490 commit cf99c13Copy full SHA for cf99c13
tailwind.config.js
@@ -5,7 +5,7 @@ module.exports = {
5
preflight: false,
6
container: false,
7
},
8
- content: ['./src/runtime/components/**/*.{vue,ts,js}'],
+ content: [], // This is important, else unwanted styles will leak.
9
theme: {
10
extend: {
11
transitionTimingFunction: {
0 commit comments