diff options
Diffstat (limited to 'theme-compiler/tests/resources/css/functions.css')
-rw-r--r-- | theme-compiler/tests/resources/css/functions.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/theme-compiler/tests/resources/css/functions.css b/theme-compiler/tests/resources/css/functions.css new file mode 100644 index 0000000000..0fef5d899f --- /dev/null +++ b/theme-compiler/tests/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; +}
\ No newline at end of file |