Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson authored Apr 10, 2024
1 parent 93b3e0e commit 9f3ce92
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion website/tailwind.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ const mainTailwindColor = {
};

module.exports = {
content: ['./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}', 'node_modules/flowbite-react/lib/esm/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}'],
content: [
'./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}',
'node_modules/flowbite-react/lib/esm/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}',
],
theme: {
extend: {
colors: {
Expand Down

0 comments on commit 9f3ce92

Please sign in to comment.