docs: add postcss.config.mjs
This commit is contained in:
parent
8c3f766bc0
commit
5913ae4cdc
1 changed files with 8 additions and 0 deletions
8
docs/postcss.config.mjs
Normal file
8
docs/postcss.config.mjs
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
/** @type {import('postcss-load-config').Config} */
|
||||||
|
const config = {
|
||||||
|
plugins: {
|
||||||
|
tailwindcss: {},
|
||||||
|
},
|
||||||
|
};
|
||||||
|
|
||||||
|
export default config;
|
||||||
Loading…
Add table
Add a link
Reference in a new issue