diff options
Diffstat (limited to 'themes/src')
-rw-r--r-- | themes/src/main/themes/VAADIN/themes/valo/components/_widget.scss | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/themes/src/main/themes/VAADIN/themes/valo/components/_widget.scss b/themes/src/main/themes/VAADIN/themes/valo/components/_widget.scss index 05a2510129..e70930b13a 100644 --- a/themes/src/main/themes/VAADIN/themes/valo/components/_widget.scss +++ b/themes/src/main/themes/VAADIN/themes/valo/components/_widget.scss @@ -1,6 +1,3 @@ -/** - * - */ @mixin valo-widget-style { // Baseline expectations for all Vaadin widgets box-sizing: border-box; @@ -13,9 +10,6 @@ white-space: normal; } -/** - * - */ @mixin valo-widget { .v-widget { @include valo-widget-style; |