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