mirror of
https://github.com/bitinflow/ui.git
synced 2026-03-13 13:45:59 +00:00
first commit
This commit is contained in:
30
playground/public/tailwind.js
Normal file
30
playground/public/tailwind.js
Normal file
@@ -0,0 +1,30 @@
|
||||
tailwind.config = {
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
primary: {
|
||||
DEFAULT: '#00BFA5',
|
||||
'50': '#A6FFF3',
|
||||
'100': '#8CFFEF',
|
||||
'200': '#59FFE8',
|
||||
'300': '#26FFE1',
|
||||
'400': '#00F2D1',
|
||||
'500': '#00BFA5',
|
||||
'600': '#00917D',
|
||||
'700': '#006356',
|
||||
'800': '#00352E',
|
||||
'900': '#000706'
|
||||
},
|
||||
base: {
|
||||
DEFAULT: '#070709',
|
||||
'500': '#3a3a3d',
|
||||
'600': '#26262c',
|
||||
'700': '#1f1f23',
|
||||
'800': '#18181b',
|
||||
'900': '#0e0e10'
|
||||
},
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
console.log('tailwidn')
|
||||
Reference in New Issue
Block a user