mirror of
https://github.com/iptv-org/iptv-org.github.io.git
synced 2025-05-10 17:10:06 -04:00
Delete tailwind.config.cjs
This commit is contained in:
parent
af6f5a2dd1
commit
5ecd4c354b
1 changed files with 0 additions and 23 deletions
|
@ -1,23 +0,0 @@
|
|||
module.exports = {
|
||||
content: ['./src/**/*.{html,js,svelte,ts}'],
|
||||
darkMode: 'class',
|
||||
theme: {
|
||||
extend: {
|
||||
flexBasis: {
|
||||
88: '22rem'
|
||||
},
|
||||
transitionProperty: {
|
||||
width: 'width'
|
||||
},
|
||||
colors: {
|
||||
primary: {
|
||||
400: '#61a5fa',
|
||||
500: '#3b82f6',
|
||||
600: '#2664ec',
|
||||
700: '#1d4ed8'
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
plugins: [require('@tailwindcss/line-clamp'), require('tailwind-scrollbar-hide')]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue