mirror of
https://github.com/QWRK-ORG/qwrk-laconic-core.git
synced 2026-05-05 10:34:08 +00:00
10 lines
153 B
JavaScript
10 lines
153 B
JavaScript
/** @type {import('postcss-load-config').Config} */
|
|
const config = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {}
|
|
}
|
|
}
|
|
|
|
export default config
|