1
mirror of https://github.com/xitanggg/open-resume synced 2025-02-05 20:12:45 +01:00
open-resume/postcss.config.js
2023-05-31 07:13:27 -07:00

7 lines
82 B
JavaScript

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