1
0
Fork 0
freesewing/sites/shared/config/postcss.config.js

5 lines
127 B
JavaScript
Raw Normal View History

2021-12-10 10:30:15 +01:00
// Can't seem to make this work as ESM
module.exports = {
2022-01-19 16:25:00 +01:00
plugins: ['tailwindcss/nesting', 'tailwindcss', 'autoprefixer'],
2021-12-10 10:30:15 +01:00
}