theme/tailwind.config.js

11 lines
135 B
JavaScript
Raw Normal View History

2022-01-26 20:58:18 +00:00
module.exports = {
content: [
'./src/*.css',
'./layouts/**/*.html'
],
theme: {
extend: {},
},
plugins: [],
}