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

5 lines
142 B
JavaScript
Raw Normal View History

2023-09-29 08:05:40 +02:00
// Can't seem to make this work as ESM
2023-09-29 16:01:27 +02:00
module.exports = {
plugins: ['tailwindcss/nesting', 'tailwindcss', 'autoprefixer', 'postcss-for'],
}