diff options
Diffstat (limited to 'WebContent/VAADIN/themes/valo/components/_grid.scss')
-rw-r--r-- | WebContent/VAADIN/themes/valo/components/_grid.scss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/valo/components/_grid.scss b/WebContent/VAADIN/themes/valo/components/_grid.scss index b1f7dbda05..cf06167337 100644 --- a/WebContent/VAADIN/themes/valo/components/_grid.scss +++ b/WebContent/VAADIN/themes/valo/components/_grid.scss @@ -1,5 +1,12 @@ @import "escalator"; +/** + * + * + * @param {string} $primary-styleName (v-grid) - + * + * @group grid + */ @mixin valo-grid($primary-styleName : v-grid) { @include valo-escalator($primary-styleName); }
\ No newline at end of file |