setup tailwind + lint and format from root
This commit is contained in:
8
packages/docs/tailwind.config.js
Normal file
8
packages/docs/tailwind.config.js
Normal file
@@ -0,0 +1,8 @@
|
||||
// eslint-disable-next-line unicorn/prefer-module
|
||||
module.exports = {
|
||||
content: ["./app/**/*.{ts,tsx}"],
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
plugins: [],
|
||||
}
|
||||
Reference in New Issue
Block a user