diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2023-11-21 06:10:12 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2023-11-21 06:10:12 +0000 |
| commit | 0fc062268c71d53f8777c358b31e2a540d60d404 (patch) | |
| tree | 0183a00dcfb14583c7dfa80da082c21630afe375 /tailwind.config.js | |
| parent | 6ebe202147269100cd63ef125e877e8f693a27a1 (diff) | |
| parent | 6a6ce21e5a552b0dc6cd541710a87fd0a0fd9d20 (diff) | |
Merged in refactor/all (pull request #116)
Refactor/all
Diffstat (limited to 'tailwind.config.js')
| -rw-r--r-- | tailwind.config.js | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/tailwind.config.js b/tailwind.config.js index 9b180a90..f1c740d5 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -1,9 +1,15 @@ /** @type {import('tailwindcss').Config} */ module.exports = { - content: ['./src/**/*.{js,ts,jsx,tsx}'], + content: [ + './src/**/*.{js,ts,jsx,tsx}', + './src-migrate/**/*.{js,ts,jsx,tsx}' + ], plugins: [require('flowbite/plugin')], darkMode: 'class', theme: { + container: { + center: true + }, extend: { typography: { DEFAULT: { |
