diff options
author | Marc Englund <marc@vaadin.com> | 2012-11-20 14:19:47 +0000 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2012-11-20 14:19:47 +0000 |
commit | d00c06a5801c5e1a1b5b2627805180490e1b191b (patch) | |
tree | e8a5788daec7d41a00bc05296251defd7ea5089f /theme-compiler/tests/resources/css | |
parent | 6d2f957ef989ab36d80c7e4a6fbb13380d9f1265 (diff) | |
parent | 0bfa96ee1e05ad0867eb22e05a44e3a4290ec586 (diff) | |
download | vaadin-framework-d00c06a5801c5e1a1b5b2627805180490e1b191b.tar.gz vaadin-framework-d00c06a5801c5e1a1b5b2627805180490e1b191b.zip |
Merge "(#10174) Value of a variable cannot be assigned to another variable"
Diffstat (limited to 'theme-compiler/tests/resources/css')
-rw-r--r-- | theme-compiler/tests/resources/css/variables.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/theme-compiler/tests/resources/css/variables.css b/theme-compiler/tests/resources/css/variables.css index d54ae6cd30..ae5ac5e01c 100644 --- a/theme-compiler/tests/resources/css/variables.css +++ b/theme-compiler/tests/resources/css/variables.css @@ -3,6 +3,7 @@ color: #0000ff; color1: #0000d1; font-family: Arial, Helvetica, "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif; + font-size: 12px; } .border { |