13 lines
175 B
Plaintext
13 lines
175 B
Plaintext
|
module.exports = {
|
||
|
purge: [],
|
||
|
darkMode: false, // or 'media' or 'class'
|
||
|
theme: {
|
||
|
extend: {
|
||
|
colors: {
|
||
|
inherit: 'inherit'
|
||
|
}
|
||
|
},
|
||
|
},
|
||
|
// ...
|
||
|
}
|