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