aboutsummaryrefslogtreecommitdiff
path: root/tailwind.config.js
diff options
context:
space:
mode:
authorKenimarru <[email protected]>2024-01-08 07:41:35 +0100
committerKenimarru <[email protected]>2024-01-08 07:41:35 +0100
commitd04ad39203144ff04c826c8d1992e0d7b59f8bc4 (patch)
tree5bf4561f29b4a7a28eb59935012d7f636774d2d0 /tailwind.config.js
parentv0.3.0 (diff)
downloadhiruku-d04ad39203144ff04c826c8d1992e0d7b59f8bc4.tar.xz
hiruku-d04ad39203144ff04c826c8d1992e0d7b59f8bc4.zip
v0.3.1
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