11 lines
135 B
JavaScript
11 lines
135 B
JavaScript
module.exports = {
|
|
theme: {
|
|
extend: {
|
|
colors: {
|
|
charade: '#2a293c',
|
|
inherit: 'inherit'
|
|
}
|
|
}
|
|
}
|
|
}
|