11 lines
130 B
JavaScript
11 lines
130 B
JavaScript
|
module.exports = {
|
||
|
content: ['./one/**/*'],
|
||
|
theme: {
|
||
|
extend: {
|
||
|
colors: {
|
||
|
foo: 'red',
|
||
|
},
|
||
|
},
|
||
|
},
|
||
|
}
|