diff options
Diffstat (limited to 'theme-compiler/tests/resources/css/functions.css')
-rw-r--r-- | theme-compiler/tests/resources/css/functions.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/theme-compiler/tests/resources/css/functions.css b/theme-compiler/tests/resources/css/functions.css index 0fef5d899f..3f6c2bd810 100644 --- a/theme-compiler/tests/resources/css/functions.css +++ b/theme-compiler/tests/resources/css/functions.css @@ -11,4 +11,6 @@ color: #200; color: #f00000; color: #f00; + color: hsl(33, 7%, 89%); + color: hsl(33, 7%, 95%); }
\ No newline at end of file |