0
Fork 0
mirror of https://codeberg.org/SafeTwitch/safetwitch.git synced 2024-12-21 21:03:00 -05:00
safetwitch/postcss.config.js

7 lines
82 B
JavaScript
Raw Permalink Normal View History

2023-03-07 01:19:05 -05:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}