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 e0ec02c commit 4b0c912Copy full SHA for 4b0c912
generator/index.js
@@ -56,6 +56,12 @@ function injectPurgeConfig(ctx) {
56
module.exports = (api, options) => {
57
const postcss = readPostcssConfig(api.generator);
58
const configs = {
59
+ dependencies: {
60
+ '@tailwindcss/postcss7-compat': '^2.0.2',
61
+ autoprefixer: '^9',
62
+ postcss: '^7',
63
+ tailwindcss: 'npm:@tailwindcss/postcss7-compat@^2.0.2',
64
+ },
65
postcss: {
66
plugins: {
67
'@tailwindcss/postcss7-compat': {},
package.json
@@ -16,11 +16,5 @@
16
"plugin",
17
"tailwind",
18
"purgecss"
19
- ],
20
- "dependencies": {
21
- "@tailwindcss/postcss7-compat": "^2.0.2",
22
- "autoprefixer": "^9",
23
- "postcss": "^7",
24
- "tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.0.2"
25
- }
+ ]
26
}
0 commit comments