mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
ajout couleurs custom
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
const colors = require('tailwindcss/colors')
|
||||
|
||||
module.exports = {
|
||||
content: ['./src/renderer/**/*.tsx'],
|
||||
mode: 'jit',
|
||||
@@ -6,6 +8,14 @@ module.exports = {
|
||||
scrollbar: ['rounded']
|
||||
},
|
||||
theme:{
|
||||
colors:{
|
||||
...colors,
|
||||
'main-color': {
|
||||
1: '#202225',
|
||||
2: '#2C2F33',
|
||||
3: '#40444b',
|
||||
},
|
||||
},
|
||||
extend:{
|
||||
keyframes:{
|
||||
zoominimg: {
|
||||
|
||||
Reference in New Issue
Block a user