Closed ghost closed 8 years ago
What version of PostCSS/gulp-postcss are you using? 5.0 was a breaking change, only reason I can think this would be happening, since the tests (https://github.com/seaneking/postcss-responsive-type/blob/master/test/fixtures/shorthand.css#L2) account for shorthand props like this.
gulp-postcss is at "version": "6.1.0"
@sebastiangraz would you be able to post your css code? Can you not get it working for even the simplest of cases? The only thing I could think of if the regexs fail to parse your CSS declarations (i.e. because of a typo).
You may close this issue. I reinstalled all the dependencies on a new codebase and its working fine. Maybe not safari though but thats another issue
Hi, when using
font-size: responsive;
it works finehowever adding
font-size: responsive 12px 16px;
generates the following error in my terminalAnyideas why it might be happening?