14 lines
188 B
JavaScript
14 lines
188 B
JavaScript
module.exports = {
|
|
theme: {
|
|
extend: {
|
|
colors: {
|
|
'gray-600': '#767676',
|
|
inherit: 'inherit'
|
|
},
|
|
screens: {
|
|
'2xl': '1400px'
|
|
}
|
|
}
|
|
}
|
|
}
|