➕ add TailwindCSS
Co-authored-by: haraldnilsen <harald_998@hotmail.com>
This commit is contained in:
parent
e9c86ea889
commit
e0733ddb75
4 changed files with 21 additions and 0 deletions
8
tailwind.config.js
Normal file
8
tailwind.config.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
/** @type {import('tailwindcss').Config} */
|
||||
export default {
|
||||
content: ['./src/**/*.{html,js,ts,tsx}'],
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
plugins: [],
|
||||
}
|
Reference in a new issue