Skip to content

Commit b97005e

Browse files
authored
Fix declaration ordering in quick example.
1 parent e34b2e6 commit b97005e

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
@@ -24,9 +24,9 @@ media screen { minWidth: px 768 } ?
2424
### Output
2525
```css
2626
body {
27+
width: 100%;
2728
height: 100%;
2829
padding: 16px 32px;
29-
width: 100%;
3030
}
3131
@media screen and (min-width: 768px) {
3232
body {

0 commit comments

Comments
 (0)