v4.1.0
What changed?
You can now pass per-snapshot CSS that will only render in the Percy rendering env:
Percy.snapshot(page, { name: 'Home page', percy_css: "body { background-color: purple }" })
This requires @percy/agent
v0.13.0+ to work
You can now pass per-snapshot CSS that will only render in the Percy rendering env:
Percy.snapshot(page, { name: 'Home page', percy_css: "body { background-color: purple }" })
This requires @percy/agent
v0.13.0+ to work