-
-
Save itsmeduncan/4be5faf56b18e1473c393cc4c00206cc to your computer and use it in GitHub Desktop.
Hide elements only in Percy renderer
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@-moz-document domain(proxyme.percy.io) { | |
#flappy-div { | |
display: none !important; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment