We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ada102 commit 514530cCopy full SHA for 514530c
app/styles/breakpoints.css
@@ -1 +1,8 @@
1
/* 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