summaryrefslogtreecommitdiff
path: root/tailwind.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'tailwind.config.js')
-rw-r--r--tailwind.config.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/tailwind.config.js b/tailwind.config.js
index d36f1b1..ab4c580 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -5,15 +5,6 @@ export default {
"./src/**/*.{js,ts,jsx,tsx}",
"./node_modules/tw-elements/dist/js/**/*.js"
],
- theme: {
- extend: {
- colors: {
- blue: {
- 600: "#394490"
- }
- }
- },
- },
plugins: [require("tw-elements/dist/plugin.cjs")],
}