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 b64f177 commit 1103969Copy full SHA for 1103969
generator/index.js
@@ -50,7 +50,7 @@ function injectPurgeConfig(api) {
50
configPath,
51
tailwindConfig.replace(
52
'purge: []',
53
- "purge: { content: ['./public/**/*.html', './src/**/*.vue'] }",
+ "purge: ['./public/**/*.html', './src/**/*.vue']",
54
),
55
);
56
}
@@ -59,10 +59,10 @@ module.exports = (api, options) => {
59
const postcss = readPostcssConfig(api);
60
const configs = {
61
dependencies: {
62
- '@tailwindcss/postcss7-compat': '^2.0.2',
+ '@tailwindcss/postcss7-compat': '^2.2.17',
63
autoprefixer: '^9',
64
postcss: '^7',
65
- tailwindcss: 'npm:@tailwindcss/postcss7-compat@^2.0.2',
+ tailwindcss: 'npm:@tailwindcss/postcss7-compat@^2.2.17',
66
},
67
postcss: {
68
plugins: {
0 commit comments