From feb8f832c98755434969484541f23355105ff5f8 Mon Sep 17 00:00:00 2001 From: Kevin Bieri Date: Wed, 3 Aug 2016 09:50:53 +0200 Subject: Add support for CSS shape functions --- scss/cssdefs.py | 4 ++++ 1 file changed, 4 insertions(+) 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', -- cgit v1.2.1