properly configures tailwind
This commit is contained in:
@ -1,8 +1,9 @@
|
||||
module.exports = {
|
||||
content: [
|
||||
'./hugo_stats.json',
|
||||
'./layouts/**/*.html',
|
||||
'./content/**/*.md',
|
||||
'./assets/scss/**/*.scss',
|
||||
'./content/**/*.{html,md}',
|
||||
'./themes/**/layouts/**/*.html'
|
||||
],
|
||||
theme: {
|
||||
extend: {
|
||||
|
Reference in New Issue
Block a user