|
@@ -3,7 +3,13 @@ module.exports = {
|
|
'postcss-import': {},
|
|
'postcss-import': {},
|
|
'postcss-nested': {},
|
|
'postcss-nested': {},
|
|
'postcss-import-ext-glob': {},
|
|
'postcss-import-ext-glob': {},
|
|
- tailwindcss: {},
|
|
|
|
|
|
+ 'tailwindcss/nesting': {},
|
|
|
|
+ tailwindcss: {
|
|
|
|
+ content: [
|
|
|
|
+ './**/*.jsx',
|
|
|
|
+ '../../apps/**/*.{js,jsx,ts,tsx}',
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
autoprefixer: {},
|
|
autoprefixer: {},
|
|
},
|
|
},
|
|
}
|
|
}
|