Let box-shadow's spread parameter pass CSS validation.

Fixes #360.
This commit is contained in:
Colin Dean
2012-03-02 21:24:26 -05:00
committed by Neil Williams
parent 36f48e51f3
commit 7e1db722af

View File

@@ -73,7 +73,7 @@ custom_macros = {
'single-text-shadow': r'({color}\s+)?{length}\s+{length}(\s+{length})?|{length}\s+{length}(\s+{length})?(\s+{color})?',
'box-shadow-pos': r'{length}\s+{length}(\s+{length})?',
'box-shadow-pos': r'{length}\s+{length}(\s+{length})?(\s+{length})?',
}
custom_values = {