Skip to content

Commit 52fea6a

Browse files
committed
Fix code example mistake
1 parent 15a5627 commit 52fea6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Adding `!important` to every declarations might break your style. For example, [
5050
```css
5151
/* Output example */
5252
.foo {
53-
width: 100px; !important
53+
width: 100px !important;
5454
color: #000; }
5555

5656
.bar {

0 commit comments

Comments
 (0)