website/tailwind.config.js

14 lines
194 B
JavaScript
Raw Permalink Normal View History

2021-07-17 14:41:01 +02:00
module.exports = {
content:[
'./_includes/**/*.html',
'./_layouts/**/*.html',
'./_posts/*.md',
'./*.html',
],
2021-07-17 14:41:01 +02:00
theme: {
extend: {}
},
variants: {},
plugins: [],
}