summaryrefslogtreecommitdiff
path: root/scss/cssdefs.py
diff options
context:
space:
mode:
Diffstat (limited to 'scss/cssdefs.py')
-rw-r--r--scss/cssdefs.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/cssdefs.py b/scss/cssdefs.py
index 602cb66..4a4b122 100644
--- a/scss/cssdefs.py
+++ b/scss/cssdefs.py
@@ -256,6 +256,7 @@ BUILTIN_FUNCTIONS = frozenset([
# Others
'color-stop', # Older version of CSS3 gradients
'mask', # ???
+ 'from', 'to', # Very old WebKit gradient syntax
])