diff options
| author | HATEC\SPVDEV001 <tri.susilo@altama.co.id> | 2023-03-27 11:27:48 +0700 |
|---|---|---|
| committer | HATEC\SPVDEV001 <tri.susilo@altama.co.id> | 2023-03-27 11:27:48 +0700 |
| commit | 8876e48c35f41b77e61ba90bd95ab4c993d67e9e (patch) | |
| tree | 89f746562e2236f784c4d7b8767fd74dc9cbe068 /tailwind.config.js | |
| parent | 61c642265367b725b8d5052beca0b34c040393b2 (diff) | |
page search & page brand
Diffstat (limited to 'tailwind.config.js')
| -rw-r--r-- | tailwind.config.js | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/tailwind.config.js b/tailwind.config.js index 95570311..f4335eb8 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -1,6 +1,12 @@ /** @type {import('tailwindcss').Config} */ -module.exports = { - content: ['./src/**/*.{js,ts,jsx,tsx}'], +const withMT = require("@material-tailwind/react/utils/withMT"); +module.exports = withMT({ + content: [ + "./node_modules/flowbite-react/**/*.js", + './src/**/*.{js,ts,jsx,tsx}'], + plugins: [ + require("flowbite/plugin") + ], theme: { extend: { container: { @@ -103,4 +109,4 @@ module.exports = { } }, plugins: [require('@tailwindcss/line-clamp'), require('@tailwindcss/typography')] -} +}) |
