build: initial configuration of Tailwind CSS
This commit is contained in:
parent
613c6b1e0e
commit
87c694eec3
4 changed files with 24 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: [],
|
||||
content: ["./src/**/*.njk"],
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue