diff options
author | Henri Sara <hesara@vaadin.com> | 2012-08-10 14:26:50 +0300 |
---|---|---|
committer | Henri Sara <hesara@vaadin.com> | 2012-08-10 14:26:50 +0300 |
commit | fc94542099faad5bc4f7bb00bd468f69cacc6a14 (patch) | |
tree | 471f9cc6adfd2de620d41bef45da774c21241f75 /tests/sass/resources/css/functions.css | |
parent | 4ba988a5a0d9762757a5a0a2ffb704faaa30f64c (diff) | |
parent | 239ce71f498fcdf2809c5561bf5028bf216265ca (diff) | |
download | vaadin-framework-fc94542099faad5bc4f7bb00bd468f69cacc6a14.tar.gz vaadin-framework-fc94542099faad5bc4f7bb00bd468f69cacc6a14.zip |
Merge remote-tracking branch 'origin/sass'
Diffstat (limited to 'tests/sass/resources/css/functions.css')
-rw-r--r-- | tests/sass/resources/css/functions.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/sass/resources/css/functions.css b/tests/sass/resources/css/functions.css new file mode 100644 index 0000000000..de87462b46 --- /dev/null +++ b/tests/sass/resources/css/functions.css @@ -0,0 +1,14 @@ +.main { + margin: 2px; + border: 11px; + border: 10px; + border: 10px; + color: hsl(0, 0%, 30%); + color: hsl(25, 100%, 50%); + color: rgb(36, 0, 0); + color: rgb(240, 0, 0); + color: #240000; + color: #200; + color: #f00000; + color: #f00; +} |