Skip to content

Commit 1e04956

Browse files
committed
Merge remote-tracking branch 'origin/master' into master
2 parents ca41f05 + 400bd68 commit 1e04956

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

website/docs/guide/styling.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ You can override the properties using the !important rule:
2828
}
2929
````
3030

31-
Or by wrapping your grid with a more (specific)[https://developer.mozilla.org/en-US/docs/Web/CSS/Specificity] class:
31+
Or by wrapping your grid with a more [specific](https://developer.mozilla.org/en-US/docs/Web/CSS/Specificity) class:
3232

3333
````css
3434
.container .vue-grid-item.vue-grid-placeholder {
35-
background: green !important;
35+
background: green;
3636
}
3737
````
3838

@@ -45,4 +45,4 @@ In this example we change the placeholder background color to green:
4545
</ClientOnly>
4646

4747

48-
Working in progress...
48+
Work in progress...

0 commit comments

Comments
 (0)