Alexander "PapaTutuWawa
caef031d48
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
10 lines
158 B
JavaScript
10 lines
158 B
JavaScript
module.exports = {
|
|
content: [
|
|
"./templates/*.html",
|
|
],
|
|
theme: {
|
|
},
|
|
plugins: [
|
|
require('@tailwindcss/typography'),
|
|
],
|
|
} |