accords-library.com/postcss.config.js

7 lines
89 B
JavaScript
Raw Normal View History

2022-01-01 19:04:48 +00:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
2022-03-13 14:56:03 +00:00
},
};