initial commit
This commit is contained in:
11
postcss.config.js
Normal file
11
postcss.config.js
Normal file
@@ -0,0 +1,11 @@
|
||||
import tailwind from "tailwindcss";
|
||||
import autoprefixer from "autoprefixer";
|
||||
/** @type {import('postcss-load-config').Config} */
|
||||
const config = {
|
||||
plugins: [
|
||||
autoprefixer,
|
||||
tailwind
|
||||
]
|
||||
}
|
||||
|
||||
export default config
|
||||
Reference in New Issue
Block a user