Skip to content

Instantly share code, notes, and snippets.

@cristofersousa
Created March 27, 2017 13:59
Show Gist options
  • Save cristofersousa/631c3c5c735289ec4bd4a9f51da40c76 to your computer and use it in GitHub Desktop.
Save cristofersousa/631c3c5c735289ec4bd4a9f51da40c76 to your computer and use it in GitHub Desktop.
/* =======================
 States Rules
==========================*/
.is-visible {
 display: block
}
.is-hidden {
 display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment