1 parent 15a5627 commit 52fea6aCopy full SHA for 52fea6a
1 file changed
README.md
@@ -50,7 +50,7 @@ Adding `!important` to every declarations might break your style. For example, [
50
```css
51
/* Output example */
52
.foo {
53
- width: 100px; !important
+ width: 100px !important;
54
color: #000; }
55
56
.bar {
0 commit comments