summaryrefslogtreecommitdiff
path: root/tailwind.config.js
diff options
context:
space:
mode:
authorJfriedli2021-03-21 15:56:23 +0100
committerJfriedli2021-03-21 15:56:23 +0100
commit524e055e8cdea4bab3e2ad19dc5c439e768c253a (patch)
treec6669829ee4e15d832869c301192013afc5af522 /tailwind.config.js
parent8bb860a865df803ac992663454928e65b5b5036c (diff)
purge and nanoify
Diffstat (limited to '')
-rw-r--r--tailwind.config.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/tailwind.config.js b/tailwind.config.js
index d56edce..fc634dc 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -3,7 +3,9 @@ const defaultTheme = require('tailwindcss/defaultTheme')
3module.exports = { 3module.exports = {
4 future: { 4 future: {
5 }, 5 },
6 purge: [], 6 purge: [
7 "./templates/**/*.html"
8 ],
7 theme: { 9 theme: {
8 extend: { 10 extend: {
9 colors: { 11 colors: {