summaryrefslogtreecommitdiff
path: root/scss/functions/compass/helpers.py
diff options
context:
space:
mode:
Diffstat (limited to 'scss/functions/compass/helpers.py')
-rw-r--r--scss/functions/compass/helpers.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/scss/functions/compass/helpers.py b/scss/functions/compass/helpers.py
index 861adab..ece0e2a 100644
--- a/scss/functions/compass/helpers.py
+++ b/scss/functions/compass/helpers.py
@@ -13,7 +13,6 @@ import math
import mimetypes
import os.path
import time
-import warnings
from scss import config
from scss.functions.library import FunctionLibrary
@@ -392,7 +391,7 @@ def _position(opposite, positions):
ret.append(pos)
continue
- warnings.warn("Can't find opposite for position %r" % (pos,))
+ log.warn("Can't find opposite for position %r" % (pos,))
ret.append(pos)
return List(ret, use_comma=False).maybe()