1
0
Fork 0
freesewing/sites/shared/config/postcss.config.js
2022-06-17 12:02:09 +02:00

4 lines
127 B
JavaScript

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