mirror of
https://github.com/duckietm/Nitro-Cool-UI.git
synced 2025-06-21 22:36:58 +00:00
9 lines
145 B
JavaScript
9 lines
145 B
JavaScript
/** @type {import("postcss-load-config").Config} */
|
|
|
|
module.exports = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {}
|
|
}
|
|
}
|