summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEevee (Alex Munroe) <eevee.git@veekun.com>2013-08-21 18:55:34 -0700
committerEevee (Alex Munroe) <eevee.git@veekun.com>2013-08-21 18:55:34 -0700
commita4adf1ed7357b0b98a1ba93708c64f4c86445403 (patch)
tree80e399e255dfeb1478591fbc05bf3fa751424fa1
parentbe31a32f82b30cd8a81259032d958a96182f10c1 (diff)
downloadpyscss-a4adf1ed7357b0b98a1ba93708c64f4c86445403.tar.gz
Add a few CSS4 image functions as known function names.
-rw-r--r--scss/cssdefs.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/scss/cssdefs.py b/scss/cssdefs.py
index dd30f7f..7b73805 100644
--- a/scss/cssdefs.py
+++ b/scss/cssdefs.py
@@ -309,6 +309,11 @@ BUILTIN_FUNCTIONS = frozenset([
'grayscale', 'sepia', 'saturate', 'hue-rotate', 'invert', 'opacity',
'brightness', 'contrast', 'blur', 'drop-shadow', 'custom',
+ # CSS4 image module:
+ # http://dev.w3.org/csswg/css-images/
+ 'image-set', 'cross-fade',
+ 'conic-gradient', 'repeating-conic-gradient',
+
# Others
'color-stop', # Older version of CSS3 gradients
'mask', # ???