Skip to content

Commit 514530c

Browse files
committed
styles: Import breakpoints from tailwind
1 parent 2ada102 commit 514530c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

app/styles/breakpoints.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
11
/* see https://github.com/postcss/postcss-custom-media */
2+
3+
/* breakpoints inspired by https://tailwindcss.com/docs/responsive-design */
4+
@custom-media --min-s (min-width: 640px);
5+
@custom-media --min-m (min-width: 768px);
6+
@custom-media --min-l (min-width: 1024px);
7+
@custom-media --min-xl (min-width: 1280px);
8+
@custom-media --min-xxl (min-width: 1536px);

0 commit comments

Comments
 (0)