buntarb / closure-stylesheets

Automatically exported from code.google.com/p/closure-stylesheets
Apache License 2.0
0 stars 0 forks source link

Parse error: -webkit-filter: drop-shadow #29

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
a {
  -webkit-filter: drop-shadow(0 1px 1px #000);
}

Compiler parsing error: Parse error in .....gss at line 1819 column 47:
  -webkit-filter: drop-shadow(0 1px 1px #000);

Compiler flags:
--allow-unrecognized-properties
--allow-unrecognized-functions

Original issue reported on code.google.com by red.scor...@gmail.com on 12 Oct 2012 at 1:59