1
0
Fork 0
freesewing/packages/freesewing.shared/config/postcss.config.js
2021-12-22 17:06:50 +01:00

9 lines
145 B
JavaScript

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