mirror of
https://github.com/StepanovPlaton/AboutMe.git
synced 2026-04-03 12:20:48 +04:00
Initial commit
This commit is contained in:
10
postcss.config.mjs
Normal file
10
postcss.config.mjs
Normal file
@@ -0,0 +1,10 @@
|
||||
// PostCSS config for CSS imports
|
||||
// Tailwind v4 is handled by @tailwindcss/vite plugin in astro.config.mjs
|
||||
import postcssImport from 'postcss-import';
|
||||
|
||||
|
||||
export default {
|
||||
plugins: {
|
||||
'postcss-import': postcssImport,
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user