-
Notifications
You must be signed in to change notification settings - Fork 372
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow multiple --css flags in cli fixes #514 #515
Conversation
Hello @bezoerb , can you please give a quick look if the acceptance tests are failing due to the isMultiple attribute added to --css flag? |
node --version npm test
Browserslist: caniuse-lite is outdated. Please run: Why you should do it regularly: src/file.js:561:1 2 warnings
Browserslist: caniuse-lite is outdated. Please run: Why you should do it regularly: Why you should do it regularly: Why you should do it regularly: Why you should do it regularly: Why you should do it regularly: Why you should do it regularly: Why you should do it regularly: Test Suites: 7 passed, 7 total |
Hey @josenobile, sorry for the late reply. Line 867 in e3a4e8c
I think you should either unset the css option in |
Hello @bezoerb, Can you please help me to check why it fails two tests? 'Take html file piped to critical' and 'Pipe html file inside a folder to critical' |
Hey @josenobile, |
Multiple --css flags were lost in v2.0, this restores the possibility of multiple --css flags
Fixes #514