Skip to content

Commit 654f006

Browse files
authored
Update README.md
1 parent 4eadaa6 commit 654f006

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ Use whatever you'd like, but there's a few advantages with this approach over Ta
5151

5252
* Use just plain CSS variables in your design system.
5353
* Use the short `@media` queries for responsive design. Choose one:
54-
* Mobile First (**above** breakpoint): **DEFAULT ▶️** `@media sm` `@media md` `@media lg` `@media xl` `@media xxl`
54+
* Mobile First (**above** breakpoint): **DEFAULT ▶️** `@media sm` `@media md` `@media lg` `@media xl` `@media xx`
5555
* Desktop First (**below** breakpoint): `@media xs-` `@media sm-` `@media md-` `@media lg-` `@media xl-` **◀️ DEFAULT**
56-
* Both sets share breakpoints. Mobile First is `xs` default. Desktop First is `xxl` default.
57-
* Based on [Tailwind](https://tailwindcss.com/docs/responsive-design) breakpoints. Note: We use `xxl` not `2xl` to not break CSS highlighters.
56+
* Both sets share breakpoints. Mobile First is `xs` default. Desktop First is `xx` default.
57+
* Based on [Tailwind](https://tailwindcss.com/docs/responsive-design) breakpoints. Note: We use `xx` 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.
6060

0 commit comments

Comments
 (0)