noc-book-2/postcss.config.js

8 lines
109 B
JavaScript
Raw Normal View History

2022-07-21 03:39:22 +02:00
module.exports = {
plugins: {
2022-08-18 03:53:45 +02:00
'postcss-import': {},
2022-07-21 03:39:22 +02:00
tailwindcss: {},
autoprefixer: {},
},
2022-08-18 03:53:45 +02:00
};