Skip to content

Instantly share code, notes, and snippets.

@samuelchan22
Created July 29, 2016 21:25
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 samuelchan22/537d05d30c06ed50f0e7baedfda67a71 to your computer and use it in GitHub Desktop.
Save samuelchan22/537d05d30c06ed50f0e7baedfda67a71 to your computer and use it in GitHub Desktop.
_langVisible.scss
/*
* For: en-US
*/
html[lang="en"] {
.o-langShow-en {
display: block;
}
.o-langHide-en {
display: none;
}
}
html:not([lang="en"]) {
.o-langShow-en {
display: none;
}
.o-langHide-en {
display: block;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment