1
0
Fork 0
freesewing/packages/freesewing.shared/config/postcss.config.js
2022-01-19 16:25:00 +01:00

4 lines
127 B
JavaScript

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