Skip to content

Commit 33cdeba

Browse files
authored
Update README.md
1 parent 5cf226f commit 33cdeba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Use whatever you'd like, but there's a few advantages with this approach over Ta
5353
* Use the short `@media` queries for responsive design. Choose one:
5454
* Mobile First (**above** breakpoint): **DEFAULT ▶️** `@media sm` `@media md` `@media lg` `@media xl` `@media xxl`
5555
* Desktop First (**below** breakpoint): `@media xs-` `@media sm-` `@media md-` `@media lg-` `@media xl-` **◀️ DEFAULT**
56-
* Both sets share breakpoints. Mobile First assumes `xs` default. Desktop First assumes `xxl` default.
56+
* Both sets share breakpoints. Mobile First is `xs` default. Desktop First is `xxl` default.
5757
* Based on [Tailwind](https://tailwindcss.com/docs/responsive-design) breakpoints. Note: We use `xxl` not `2xl` to not break CSS highlighters.
5858
* Try tools like- Auto complete styles: [VSCode](https://code.visualstudio.com/) or [Sublime](https://packagecontrol.io/packages/Emmet). Auto fold `<style>` and `<script>` in [Sublime](https://packagecontrol.io/packages/Inline%20Fold)
5959
* These are not for everybody, but you may find them worthwhile.

0 commit comments

Comments
 (0)