1
0
mirror of https://github.com/karl0ss/homepage.git synced 2025-05-03 22:13:39 +01:00
homepage/postcss.config.js
2022-08-24 10:44:35 +03:00

7 lines
82 B
JavaScript

module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}