Files
solidjs-templates/js-tailwindcss/postcss.config.js
T
2022-08-31 18:26:06 +05:00

7 lines
82 B
JavaScript

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