1
0
Fork 0
mirror of https://github.com/sussy-code/smov.git synced 2024-12-22 14:57:40 +01:00
smov/postcss.config.js

7 lines
82 B
JavaScript
Raw Normal View History

2022-12-13 23:19:07 +01:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}