Files
chill.social/themes/chill-theme/postcss.config.js
2026-01-28 09:40:37 +01:00

7 lines
81 B
JavaScript

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