Skip to content

Commit b7fc750

Browse files
committed
Chore: Fix typo in README
1 parent 10aff2a commit b7fc750

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ Put another way:
226226

227227
- "no-cascade" - `sm` overrides apply only on `sm` screens
228228
- "desktop-first" - `sm` overrides apply on `sm` and `xs` screens
229-
- "mobile-first" = `sm` overrides apply on `sm`, `md`, and `lg`
229+
- "mobile-first" - `sm` overrides apply on `sm`, `md`, and `lg`
230230

231231
If you'd like to enable desktop/mobile-first cascading, you can pass the `cascadeMode` option to `createResponsiveSystem`.
232232

0 commit comments

Comments
 (0)