10 lines
107 B
JavaScript
10 lines
107 B
JavaScript
module.exports = {
|
|
theme: {
|
|
extend: {
|
|
colors: {
|
|
inherit: 'inherit'
|
|
}
|
|
}
|
|
}
|
|
}
|