Skip to content

Commit

Permalink
Merge pull request #177 from SpeciesFileGroup/development
Browse files Browse the repository at this point in the history
Add panels and components folders to tailwinds.
  • Loading branch information
jlpereira authored Oct 20, 2023
2 parents a051951 + f283abe commit a6991af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Layout/LayoutFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class="footer text-white bottom-0 border-gray-200 bg-zinc-800 pl-4 pr-4"
>
<div class="container mx-auto text-sm pt-2 pb-4">
<div class="pt-4 pb-2">
<div class="pt-4 pb-2 break-words">
{{ project_authors }}
{{ project_citation }}.
<ClientOnly>
Expand Down
2 changes: 2 additions & 0 deletions tailwind.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -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'
],

Expand Down

0 comments on commit a6991af

Please sign in to comment.