1
mirror of https://github.com/xitanggg/open-resume synced 2025-03-09 07:49:18 +01:00
open-resume/postcss.config.js

7 lines
82 B
JavaScript
Raw Normal View History

2023-05-31 07:13:27 -07:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}