Skip to content

Instantly share code, notes, and snippets.

@magsout
Last active August 29, 2015 14:09
Show Gist options
  • Save magsout/03d8464a78ede84c32c1 to your computer and use it in GitHub Desktop.
Save magsout/03d8464a78ede84c32c1 to your computer and use it in GitHub Desktop.
/*
* Main class
* font-size : rem
* other properties : em
*/
.org-Component {
font-size: 1rem;
padding:1em;
}
/*
* child
* properties : em
*/
.org-Component-child {
font-size:.7em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment