We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88dac67 commit 400bd68Copy full SHA for 400bd68
website/docs/guide/styling.md
@@ -32,7 +32,7 @@ Or by wrapping your grid with a more [specific](https://developer.mozilla.org/en
32
33
````css
34
.container .vue-grid-item.vue-grid-placeholder {
35
- background: green !important;
+ background: green;
36
}
37
````
38
@@ -45,4 +45,4 @@ In this example we change the placeholder background color to green:
45
</ClientOnly>
46
47
48
-Working in progress...
+Work in progress...
0 commit comments