diff options
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; +} |