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.
2 parents ca41f05 + 400bd68 commit 1e04956Copy full SHA for 1e04956
website/docs/guide/styling.md
@@ -28,11 +28,11 @@ You can override the properties using the !important rule:
28
}
29
````
30
31
-Or by wrapping your grid with a more (specific)[https://developer.mozilla.org/en-US/docs/Web/CSS/Specificity] class:
+Or by wrapping your grid with a more [specific](https://developer.mozilla.org/en-US/docs/Web/CSS/Specificity) class:
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