santaspeen.ru-blog/postcss.config.js
Artur Akmalov 10bf082552 init
2023-04-26 13:51:59 +05:00

7 lines
82 B
JavaScript

module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}