Skip to content

Commit 400bd68

Browse files
authored
docs: updated styling page
1 parent 88dac67 commit 400bd68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/guide/styling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Or by wrapping your grid with a more [specific](https://developer.mozilla.org/en
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)