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%;
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%;