Skip to content

Instantly share code, notes, and snippets.

@dleatherman
Last active March 23, 2023 13:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dleatherman/6a67bd6838470124f3cf0e31385db8e9 to your computer and use it in GitHub Desktop.
Save dleatherman/6a67bd6838470124f3cf0e31385db8e9 to your computer and use it in GitHub Desktop.
VSCode Snippet for Dark Mode Media Query
{
"Media Query Dark Mode": {
"prefix": "@media:dark",
"body": [
"@media (prefers-color-scheme: dark) {",
"\t$0",
"}"
],
"description": "Media Query Dark Mode"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment