Skip to content

Instantly share code, notes, and snippets.

@BroFox86
Created June 30, 2023 09:18
Show Gist options
  • Save BroFox86/615191d9399d3e514c5b1e7df2041a1c to your computer and use it in GitHub Desktop.
Save BroFox86/615191d9399d3e514c5b1e7df2041a1c to your computer and use it in GitHub Desktop.
[FF specific media queries] #csstrick
.element-child {
color: black;
}
@-moz-document url-prefix() {
.element-child {
color: pink;
}
}
.element {
&__child {
color: black;
@-moz-document url-prefix() {
color: pink;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment