diff options
author | Sergey Budkin <sergey@vaadin.com> | 2014-09-08 12:11:12 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2014-09-15 10:11:08 +0000 |
commit | a2e856c8ae25ccb23868fad2e2993ab0eff547a5 (patch) | |
tree | 1b38e73f8558bc2ed2902b417606c99bcc3b3284 /WebContent/VAADIN/themes/valo/components/_grid.scss | |
parent | 43eda0267d28e6adf88afb59b70ee12f92d36239 (diff) | |
download | vaadin-framework-a2e856c8ae25ccb23868fad2e2993ab0eff547a5.tar.gz vaadin-framework-a2e856c8ae25ccb23868fad2e2993ab0eff547a5.zip |
SassDoc stubs, mostly auto-generated by special utility (#14203)
Change-Id: Id621c25cae3314dc44a700e1e9dcdae97cda5bfb
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 |