oxen-website/postcss.config.js

8 lines
119 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: {},
cssnano: { preset: 'default' },
2021-02-10 09:38:27 +01:00
},
};