diff options
Diffstat (limited to 'client/tailwind.config.js')
-rw-r--r-- | client/tailwind.config.js | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/client/tailwind.config.js b/client/tailwind.config.js new file mode 100644 index 0000000..609be9f --- /dev/null +++ b/client/tailwind.config.js @@ -0,0 +1,9 @@ +module.exports = { + mode: 'jit', + purge: ['*/**/*.jsx'], + theme: { + extend: {}, + }, + variants: {}, + plugins: [], +}; |