Closed jbender closed 9 years ago
Probably something that is actually a problem with ai/browserlist but this is throwing a warning in my grunt config, see the verbose output below:
ai/browserlist
Running "autoprefixer:dist" (autoprefixer) task Verifying property autoprefixer.dist exists in config...OK Files: .tmp/styles/main.css -> .tmp/styles/main.css Options: cascade, diff=false, map=false, silent=false, browsers=["last 2 versions","> 5% in US"] Warning: Unknown browser requirement `> 5% in US` Use --force to continue.
Interestingly this is actually used as their example on that page, so I'm not quite sure what's going on.
Couldn't reproduce this. From silent option in your output I can tell you're using an outdated plugin version, please update and try again.
silent
Upgrading did the trick, should have tried that first :+1:
Probably something that is actually a problem with
ai/browserlist
but this is throwing a warning in my grunt config, see the verbose output below:Interestingly this is actually used as their example on that page, so I'm not quite sure what's going on.