1
0
Fork 0
freesewing/sites/shared/config/postcss.config.js
2022-09-17 10:30:21 +02:00

4 lines
142 B
JavaScript

// Can't seem to make this work as ESM
module.exports = {
plugins: ['tailwindcss/nesting', 'tailwindcss', 'autoprefixer', 'postcss-for'],
}