summaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
Diffstat (limited to 'scss')
-rw-r--r--scss/cssdefs.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/scss/cssdefs.py b/scss/cssdefs.py
index 6b4f5b7..b1279b0 100644
--- a/scss/cssdefs.py
+++ b/scss/cssdefs.py
@@ -317,6 +317,10 @@ BUILTIN_FUNCTIONS = frozenset([
'grayscale', 'sepia', 'saturate', 'hue-rotate', 'invert', 'opacity',
'brightness', 'contrast', 'blur', 'drop-shadow', 'custom',
+ # CSS shapes
+ # https://www.w3.org/TR/css-shapes-1/
+ 'inset', 'circle', 'ellipse', 'polygon',
+
# CSS4 image module:
# http://dev.w3.org/csswg/css-images/
'image-set', 'cross-fade',