Skip to content
This repository was archived by the owner on Jun 21, 2020. It is now read-only.

Commit f9ce856

Browse files
author
Justin Myers
committed
Fixed css indentation
1 parent a02399d commit f9ce856

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ Finally, properties are what give the selected elements of a rule declaration th
5858

5959
```css
6060
/* some selector */ {
61-
background: #f1f1f1;
62-
color: #333;
61+
background: #f1f1f1;
62+
color: #333;
6363
}
6464
```
6565

@@ -87,7 +87,7 @@ Finally, properties are what give the selected elements of a rule declaration th
8787
// ...
8888
}
8989
#lol-no {
90-
// ...
90+
// ...
9191
}
9292
```
9393

@@ -247,7 +247,7 @@ Use `0` instead of `none` to specify that a style has no border.
247247
@include transition(background 0.5s ease);
248248

249249
.icon {
250-
margin-right: 10px;
250+
margin-right: 10px;
251251
}
252252
}
253253
```

0 commit comments

Comments
 (0)