1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2024-09-17 05:25:54 +02:00
.profile/postcss.config.js

7 lines
82 B
JavaScript
Raw Normal View History

2021-04-18 01:56:23 +02:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
2021-04-18 01:56:23 +02:00
}