build: initial configuration of Tailwind CSS

This commit is contained in:
Oliver Davies 2023-01-01 20:27:18 +00:00
parent 613c6b1e0e
commit 87c694eec3
4 changed files with 24 additions and 2 deletions

View file

@ -1,6 +1,6 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [],
content: ["./src/**/*.njk"],
theme: {
extend: {},
},