diff options
author | Marc Englund <marc@vaadin.com> | 2012-10-04 15:46:02 +0300 |
---|---|---|
committer | Marc Englund <marc@vaadin.com> | 2012-10-04 15:46:02 +0300 |
commit | c380ecbe45dbb507e12f5cf22c72313229e66530 (patch) | |
tree | 67d91903f56c40713b2b47aef8a8dab8b9841848 /theme-compiler/tests/resources/css/mixins.css | |
parent | 98318862015078a756e3a37ef709eecf7012cdfd (diff) | |
download | vaadin-framework-c380ecbe45dbb507e12f5cf22c72313229e66530.tar.gz vaadin-framework-c380ecbe45dbb507e12f5cf22c72313229e66530.zip |
Partial fix for sass mixins with multiple optional params #9846 (author: seba)
Change-Id: Iacd94ffb41a91e9dd20874cd7f981830e4267a87
Diffstat (limited to 'theme-compiler/tests/resources/css/mixins.css')
-rw-r--r-- | theme-compiler/tests/resources/css/mixins.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/theme-compiler/tests/resources/css/mixins.css b/theme-compiler/tests/resources/css/mixins.css index a1ba5b1259..9bb9c95efa 100644 --- a/theme-compiler/tests/resources/css/mixins.css +++ b/theme-compiler/tests/resources/css/mixins.css @@ -22,6 +22,7 @@ .banner { border: 1px solid black; + font-color: red; } .interpolation-test { |