12 lines
177 B
JavaScript
12 lines
177 B
JavaScript
module.exports = {
|
|
content: [
|
|
"./content/**/*.{html,md}",
|
|
"./layouts/**/*.html",
|
|
"./themes/**/*.{html,md}",
|
|
],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
};
|