summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/valo/util/_gradient.scss
diff options
context:
space:
mode:
authorSara Seppola <sara@vaadin.com>2014-10-16 16:54:11 +0300
committerVaadin Code Review <review@vaadin.com>2014-10-21 14:00:57 +0000
commit4bf205eb22f94387e6aed128f4b553bdd874f9e4 (patch)
treec7d49a9f22bcd7233d0228368e228f298fae39f6 /WebContent/VAADIN/themes/valo/util/_gradient.scss
parentf24fe92ed3fea53f8907924a92fc235f84cdec0e (diff)
downloadvaadin-framework-4bf205eb22f94387e6aed128f4b553bdd874f9e4.tar.gz
vaadin-framework-4bf205eb22f94387e6aed128f4b553bdd874f9e4.zip
Replace no-break-spaces with whitespaces (#14890)
Change-Id: Ib378fbea73bc16caa12deb14f760025e68f16288
Diffstat (limited to 'WebContent/VAADIN/themes/valo/util/_gradient.scss')
-rw-r--r--WebContent/VAADIN/themes/valo/util/_gradient.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebContent/VAADIN/themes/valo/util/_gradient.scss b/WebContent/VAADIN/themes/valo/util/_gradient.scss
index 99490046ba..a38dca704c 100644
--- a/WebContent/VAADIN/themes/valo/util/_gradient.scss
+++ b/WebContent/VAADIN/themes/valo/util/_gradient.scss
@@ -5,7 +5,7 @@
*
* @param {color} $color ($v-background-color) - The base color for the gradient color stops
* @param {list} $gradient ($v-gradient) - Valo-specific gradient value. See the documentation for $v-gradient.
- * @param {color} $fallback (null) - A fallback color for browser which do not support linear gradients (IE8 and IE9 in particular). If null, the base $color is used instead.
+ * @param {color} $fallback (null) - A fallback color for browser which do not support linear gradients (IE8 and IE9 in particular). If null, the base $color is used instead.
* @param {string} $direction (to bottom) - the direction of the linear gradient. The color stops are by default so that a lighter shade is at the start and a darker shade is at the end.
*/
@mixin valo-gradient($color: $v-background-color, $gradient: $v-gradient, $fallback: null, $direction: to bottom) {