ow / postcss.config.js
github-actions[bot]
GitHub deploy: 513c0288696c0807127255837d116efa9d9a1000
e619430
raw
history blame
No virus
73 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};