otterscan/postcss.config.js

8 lines
104 B
JavaScript
Raw Normal View History

// postcss.config.js
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
2022-08-05 08:40:49 +00:00
};