mirror of
https://github.com/iptv-org/iptv-org.github.io.git
synced 2025-05-12 10:00:07 -04:00
Update tailwind.config.cjs
This commit is contained in:
parent
acbd1325c7
commit
07aee4b7f8
1 changed files with 16 additions and 2 deletions
|
@ -2,7 +2,21 @@ module.exports = {
|
|||
content: ['./src/**/*.{html,js,svelte,ts}'],
|
||||
darkMode: 'class',
|
||||
theme: {
|
||||
extend: {}
|
||||
extend: {
|
||||
flexBasis: {
|
||||
88: '22rem'
|
||||
},
|
||||
transitionProperty: {
|
||||
width: 'width'
|
||||
},
|
||||
colors: {
|
||||
accent: {
|
||||
400: '#594ee9',
|
||||
500: '#5045e8',
|
||||
600: '#4338e5'
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
plugins: []
|
||||
plugins: [require('@tailwindcss/line-clamp')]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue