summaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/css/functions.css
diff options
context:
space:
mode:
Diffstat (limited to 'theme-compiler/tests/resources/css/functions.css')
-rw-r--r--theme-compiler/tests/resources/css/functions.css19
1 files changed, 0 insertions, 19 deletions
diff --git a/theme-compiler/tests/resources/css/functions.css b/theme-compiler/tests/resources/css/functions.css
deleted file mode 100644
index 4486599450..0000000000
--- a/theme-compiler/tests/resources/css/functions.css
+++ /dev/null
@@ -1,19 +0,0 @@
-.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;
- color: hsl(33, 7%, 89%);
- color: hsl(33, 7%, 95%);
- color: rgb(1, 2, 3);
- percents: -20%;
- percents: 33.33%;
-} \ No newline at end of file