add tailwindcss
This commit is contained in:
parent
8a6dc19bdd
commit
127f086bea
8 changed files with 508 additions and 19 deletions
9
client/tailwind.config.js
Normal file
9
client/tailwind.config.js
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: ["./src/**/*.{html,ts}"],
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
plugins: [],
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue