initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { type Config } from "postcss-load-config";
|
||||
import autoprefixer from "autoprefixer";
|
||||
import postcssNested from "postcss-nested";
|
||||
import tailwindcss from "@tailwindcss/postcss";
|
||||
|
||||
export default {
|
||||
plugins: [autoprefixer(), postcssNested(), tailwindcss()],
|
||||
} satisfies Config;
|
||||
Reference in New Issue
Block a user