summaryrefslogtreecommitdiff
path: root/hi-ui/tailwind.config.js
blob: 992b0ced94af3347202e2a79aa2583784277352a (plain)
1
2
3
4
5
6
7
8
9
10
import flowbitePlugin from 'flowbite/plugin';

/** @type {import('tailwindcss').Config} */
export default {
  content: ['./src/**/*.{html,js,svelte,ts}'],
  theme: {
    extend: {},
  },
	plugins: [flowbitePlugin]
}