Skip to content

Commit 88dac67

Browse files
authored
docs: Fixed styling.md link
1 parent 77c2e08 commit 88dac67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/guide/styling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ 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 {

0 commit comments

Comments
 (0)