mirror of
https://github.com/AderKonstantin/aderktech-chronark.com-.git
synced 2025-06-08 05:38:41 +03:00
9 lines
145 B
JavaScript
9 lines
145 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
"postcss-import": {},
|
|
"tailwindcss/nesting": "postcss-nesting",
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
},
|
|
};
|