diff options
author | Sergey Budkin <sergey@vaadin.com> | 2014-09-08 12:11:12 +0300 |
---|---|---|
committer | Sauli Tähkäpää <sauli@vaadin.com> | 2014-09-26 12:51:02 +0300 |
commit | d72f7efcf87368d90a50f59ba4bba9e4e8c1bb3a (patch) | |
tree | f2ac0f32a2bdcfc578ad0778cefc06e61e549c2a /WebContent/VAADIN/themes/valo/components/_twincolselect.scss | |
parent | 2269826fcb948c832c0fdf63c6dc0d5db1576993 (diff) | |
download | vaadin-framework-d72f7efcf87368d90a50f59ba4bba9e4e8c1bb3a.tar.gz vaadin-framework-d72f7efcf87368d90a50f59ba4bba9e4e8c1bb3a.zip |
SassDoc stubs, mostly auto-generated by special utility (#14377)7.3.2
Change-Id: Id621c25cae3314dc44a700e1e9dcdae97cda5bfb
Diffstat (limited to 'WebContent/VAADIN/themes/valo/components/_twincolselect.scss')
-rw-r--r-- | WebContent/VAADIN/themes/valo/components/_twincolselect.scss | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/valo/components/_twincolselect.scss b/WebContent/VAADIN/themes/valo/components/_twincolselect.scss index 9d434a88fb..11a81159c0 100644 --- a/WebContent/VAADIN/themes/valo/components/_twincolselect.scss +++ b/WebContent/VAADIN/themes/valo/components/_twincolselect.scss @@ -1,3 +1,10 @@ +/** + * + * + * @param {string} $primary-stylename (v-select-twincol) - + * + * @group twin-column-select + */ @mixin valo-twincolselect ($primary-stylename: v-select-twincol) { .#{$primary-stylename} { @@ -75,11 +82,23 @@ +/** + * + * + * + * @group twin-column-select + */ @mixin valo-twincolselect-add-icon-style { font-family: FontAwesome; content: "\f054"; } +/** + * + * + * + * @group twin-column-select + */ @mixin valo-twincolselect-remove-icon-style { font-family: FontAwesome; content: "\f053"; |