Skip to content

Instantly share code, notes, and snippets.

@TheJaredWilcurt
Created September 3, 2014 20:04
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 TheJaredWilcurt/1b785d8baa6fbb884feb to your computer and use it in GitHub Desktop.
Save TheJaredWilcurt/1b785d8baa6fbb884feb to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.2.19)
// Compass (v0.12.6)
// ----
.header
border: 1px solid #F00
&:hover
background-color: #0F0
//&-box
//padding: 40px
.header-box
border: 1px solid #00F
.header {
border: 1px solid red; }
.header:hover {
background-color: lime; }
.header-box {
border: 1px solid blue; }
<div class="header">asdf</div>
<div class="header-box">23545</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment