blackbirdchess-client-web/postcss.config.cjs

7 lines
75 B
JavaScript
Raw Normal View History

2023-03-18 18:07:38 +01:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};