We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10aff2a commit b7fc750Copy full SHA for b7fc750
1 file changed
README.md
@@ -226,7 +226,7 @@ Put another way:
226
227
- "no-cascade" - `sm` overrides apply only on `sm` screens
228
- "desktop-first" - `sm` overrides apply on `sm` and `xs` screens
229
-- "mobile-first" = `sm` overrides apply on `sm`, `md`, and `lg`
+- "mobile-first" - `sm` overrides apply on `sm`, `md`, and `lg`
230
231
If you'd like to enable desktop/mobile-first cascading, you can pass the `cascadeMode` option to `createResponsiveSystem`.
232
0 commit comments