sindresorhus / gulp-autoprefixer

Prefix CSS
MIT License
694 stars 50 forks source link

SASS solid strings causing 'unknown word' error #26

Closed 8lane closed 9 years ago

8lane commented 9 years ago

See this http://stackoverflow.com/questions/27314697/sass-compiler-custom-rules-exceptions/27315081#27315081 question of what I'm trying to do.

This works great in SASS but autoprefixer gives me the following errror:

Autoprefixer failed to process the CSS file. It returned this error message: autoprefixer:/Users/xx/custom.css:119:16: Unknown word right: 0; background: {theme="header"}; ^ width: 100%;

8lane commented 9 years ago

Wrong repo. Oops.