11 lines
131 B
JavaScript
11 lines
131 B
JavaScript
|
module.exports = {
|
||
|
content: ['./two/**/*'],
|
||
|
theme: {
|
||
|
extend: {
|
||
|
colors: {
|
||
|
foo: 'blue',
|
||
|
},
|
||
|
},
|
||
|
},
|
||
|
}
|