Skip to content

Instantly share code, notes, and snippets.

@RobertLidberg
Last active August 29, 2015 14:09
Show Gist options
  • Save RobertLidberg/d7d7fa4bc5dac2d67e63 to your computer and use it in GitHub Desktop.
Save RobertLidberg/d7d7fa4bc5dac2d67e63 to your computer and use it in GitHub Desktop.
Do's and Dont's
//OOCSS, BEM, SMACSS, whatever...
.block {background-color: green;
&-content {color: red;
&--lighten {opacity: 0.6;}
}
}
git commit -m "Yada yada, some stuff changed"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment