[READ-ONLY] Mirror of https://github.com/mrgnw/cv.
0

Configure Feed

Select the types of activity you want to include in your feed.

cv / postcss.config.js
79 B 6 lines
1export default { 2 plugins: { 3 tailwindcss: {}, 4 autoprefixer: {} 5 } 6};