diff options
Diffstat (limited to '')
| -rw-r--r-- | tailwind.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tailwind.config.js b/tailwind.config.js index d4be7aa..d752bbe 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -1,6 +1,6 @@ /** @type {import('tailwindcss').Config} */ module.exports = { - content: ["*.html", "./src/**/*.rs"], + content: ["*.html", "./**/*.rs"], theme: { screens: { sm: "480px", |
