Skip to content

Instantly share code, notes, and snippets.

@jonesnxt
Created July 26, 2022 20:35
Show Gist options
  • Save jonesnxt/f0e00cd539ccdf187d0d611c3ab52066 to your computer and use it in GitHub Desktop.
Save jonesnxt/f0e00cd539ccdf187d0d611c3ab52066 to your computer and use it in GitHub Desktop.
cssRuleList
.flat()
.filter((rule) => rule != null && !new RegExp(/^@media.*{}$/).test(rule))
.join(' ');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment