mirror of
https://github.com/QWRK-ORG/qwrk-laconic-core.git
synced 2026-06-02 06:04:17 +00:00
7 lines
89 B
JavaScript
7 lines
89 B
JavaScript
export default {
|
|
plugins: {
|
|
'@tailwindcss/postcss': {},
|
|
autoprefixer: {}
|
|
}
|
|
}
|