aboutsummaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorIlia Motornyi <elmot@vaadin.com>2018-04-05 13:17:21 +0300
committerTeemu Suo-Anttila <tsuoanttila@users.noreply.github.com>2018-04-05 13:17:21 +0300
commit2ddeb9ef978d7c5529a608eb0051b43357c06c6b (patch)
treee298666ca9bc78211544cf4341d4c717451c79ce /themes
parentfbebef3e7b8554d27ad930b6339ee69a3bee5313 (diff)
downloadvaadin-framework-2ddeb9ef978d7c5529a608eb0051b43357c06c6b.tar.gz
vaadin-framework-2ddeb9ef978d7c5529a608eb0051b43357c06c6b.zip
Remove empty comments (#10789)
Diffstat (limited to 'themes')
-rw-r--r--themes/src/main/themes/VAADIN/themes/valo/components/_widget.scss6
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;