Skip to content

Commit

Permalink
♻️ Add Tailwind CSS configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
SrGobi committed Jul 29, 2024
1 parent 83ec373 commit b08001b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/** @type {import('tailwindcss').Config} */
export default {
content: [
'./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}',
'./node_modules/flowbite/**/*.js'
],
darkMode: 'media',
theme: {
extend: {},
},
plugins: [
require('flowbite/plugin')
],
}

0 comments on commit b08001b

Please sign in to comment.