mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2025-07-10 02:28:29 +00:00
feat: add frontend setup with Tailwind CSS
This commit is contained in:
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: [],
|
||||
}
|
Reference in New Issue
Block a user