Skip to content

Commit 880a11b

Browse files
committed
documentation: added styling example for adding grid lines
1 parent d1a8198 commit 880a11b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

website/docs/guide/styling.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ CSS calculations for grid lines:
7272
* background size: calc(calc(100% - margin) / colNum) rowHeight + margin;
7373
* margin: margin / 2
7474

75+
[View source](https://github.com/jbaysolutions/vue-grid-layout/blob/master/website/docs/.vuepress/components/ExampleStylingGridLines.vue)
76+
7577
<ClientOnly>
7678
<ExampleStylingGridLines></ExampleStylingGridLines>
7779
</ClientOnly>

0 commit comments

Comments
 (0)