oxen-website/postcss.config.js

7 lines
82 B
JavaScript
Raw Normal View History

2021-01-22 03:43:42 +01:00
module.exports = {
2021-02-10 09:38:27 +01:00
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}