Skip to content

Commit bad16d6

Browse files
committed
changes order of media query
1 parent 3971588 commit bad16d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,10 +325,10 @@ If this h1 style is used in a new context, we need to do extra work to locate an
325325
```scss
326326
.selector {
327327
//...
328-
&:after {
328+
@media (min-width: $bp-tablet) {
329329
//...
330330
}
331-
@media (min-width: $bp-tablet) {
331+
&:after {
332332
//...
333333
}
334334
&.selector--modifier {

0 commit comments

Comments
 (0)