aboutsummaryrefslogtreecommitdiff
path: root/tailwind.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'tailwind.config.js')
-rw-r--r--tailwind.config.js11
1 files changed, 10 insertions, 1 deletions
diff --git a/tailwind.config.js b/tailwind.config.js
index 6fede2e..b7466c6 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -13,8 +13,17 @@ export default {
"primary": "#FFFFFF",
"secondary": "#16A34A",
"error": "#DC2626"
+ },
+ screens: {
+ "ms": "320px",
+ "mm": "375px",
+ "ml": "425px",
+ "tb": "768px",
+ "lp": "1024px",
+ "ll": "1440px",
+ "4k": "2560px"
}
- },
+ }
},
plugins: [],
} \ No newline at end of file