Update postcss.config.mjs
All checks were successful
Lint / Lint and Typecheck (push) Successful in 36s
All checks were successful
Lint / Lint and Typecheck (push) Successful in 36s
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
export default {
|
||||
/** @type {import('postcss-load-config').Config} */
|
||||
const config = {
|
||||
plugins: {
|
||||
"@tailwindcss/postcss": {},
|
||||
'@tailwindcss/postcss': {},
|
||||
cssnano: {},
|
||||
},
|
||||
};
|
||||
|
||||
export default config;
|
||||
|
||||
Reference in New Issue
Block a user