Kai
Results
1
comments of
Kai
It seems, one needs to adapt one's postcss,config.js by adding: module.exports = { plugins: { 'postcss-import': {}, 'postcss-each': {}, tailwindcss': {}, 'postcss-preset-env': {stage:4}, 'postcss-nested': {}, 'cssnano': {autoprefixer: false}, } }...