From f283abea8715ace260ea5bb776562655cca5c631 Mon Sep 17 00:00:00 2001 From: jlpereira Date: Fri, 20 Oct 2023 20:45:46 -0300 Subject: [PATCH] Add panels and components folders to tailwinds. --- src/components/Layout/LayoutFooter.vue | 2 +- tailwind.config.cjs | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/Layout/LayoutFooter.vue b/src/components/Layout/LayoutFooter.vue index 98f37b3..16e5b8b 100644 --- a/src/components/Layout/LayoutFooter.vue +++ b/src/components/Layout/LayoutFooter.vue @@ -3,7 +3,7 @@ class="footer text-white bottom-0 border-gray-200 bg-zinc-800 pl-4 pr-4" >
-
+
{{ project_authors }} {{ project_citation }}. diff --git a/tailwind.config.cjs b/tailwind.config.cjs index 6c4c3de..dd78091 100644 --- a/tailwind.config.cjs +++ b/tailwind.config.cjs @@ -13,6 +13,8 @@ module.exports = { './vite.config.js', './src/**/*.{vue,js,ts,jsx,tsx,md}', './pages/**/*.{vue,md}', + './panels/**/*.{vue,md}', + './components/**/*.{vue,md}', './config/*.yml' ],