diff options
| author | Jfriedli | 2021-03-21 15:56:23 +0100 |
|---|---|---|
| committer | Jfriedli | 2021-03-21 15:56:23 +0100 |
| commit | 524e055e8cdea4bab3e2ad19dc5c439e768c253a (patch) | |
| tree | c6669829ee4e15d832869c301192013afc5af522 /tailwind.config.js | |
| parent | 8bb860a865df803ac992663454928e65b5b5036c (diff) | |
purge and nanoify
Diffstat (limited to 'tailwind.config.js')
| -rw-r--r-- | tailwind.config.js | 4 |
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') | |||
| 3 | module.exports = { | 3 | module.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: { |
