11 lines
158 B
JavaScript
11 lines
158 B
JavaScript
module.exports = {
|
|
content: [
|
|
"../../templates/**/*.html",
|
|
"../../apps/**/templates/**/*.html"
|
|
],
|
|
theme: {
|
|
extend: {}
|
|
},
|
|
plugins: []
|
|
};
|