diff options
Diffstat (limited to 'theme-compiler/tests/resources/automatic/scss/functions/ceil.scss')
-rw-r--r-- | theme-compiler/tests/resources/automatic/scss/functions/ceil.scss | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/theme-compiler/tests/resources/automatic/scss/functions/ceil.scss b/theme-compiler/tests/resources/automatic/scss/functions/ceil.scss deleted file mode 100644 index ad7ceed4b4..0000000000 --- a/theme-compiler/tests/resources/automatic/scss/functions/ceil.scss +++ /dev/null @@ -1,11 +0,0 @@ -.foo { -a: ceil(0); -b: ceil(-12.51); -c: ceil(-1.1px); -d: ceil(12); -e: ceil(12px); -f: ceil(12.9999); -g: ceil(12.9999em); -h: ceil(13.000001); -i: ceil(13.000001%); -} |