Implemented small breakpoint
This commit is contained in:
@@ -6,6 +6,13 @@
|
||||
@import "tailwindcss";
|
||||
|
||||
@theme inline {
|
||||
/* Custom breakpoints */
|
||||
--breakpoint-xsm: 429px;
|
||||
--breakpoint-sm: 430px;
|
||||
--breakpoint-md: 640px;
|
||||
--breakpoint-lg: 1024px;
|
||||
--breakpoint-xl: 1280px;
|
||||
--breakpoint-2xl: 1536px;
|
||||
|
||||
/* Reset default Tailwind configuration */
|
||||
--color-*: initial;
|
||||
|
||||
Reference in New Issue
Block a user