feat: add frontend setup with Tailwind CSS
This commit is contained in:
parent
7fa0e9dd9d
commit
79f26fce25
28 changed files with 6724 additions and 520 deletions
12
tailwind.config.js
Normal file
12
tailwind.config.js
Normal file
|
@ -0,0 +1,12 @@
|
|||
module.exports = {
|
||||
content: ['./public/**/*.{html,js}'],
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
primary: '#2563eb',
|
||||
'primary-hover': '#1d4ed8',
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue