Skip to content

Instantly share code, notes, and snippets.

@duhseekoh
Last active August 29, 2015 14:00
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 duhseekoh/11404916 to your computer and use it in GitHub Desktop.
Save duhseekoh/11404916 to your computer and use it in GitHub Desktop.
.article-teaser {
.primary-box;
}
.filter-sidebar {
.primary-box;
}
<div class="article-teaser primary-box">...</div>
<div class="filter-sidebar primary-box">...</div>
.article-teaser {
padding: 20px;
margin: 10px;
border: 1px solid #CCC;
border-radius: 10px;
background: #FFF;
}
.filter-sidebar {
padding: 20px;
margin: 10px;
border: 1px solid #CCC;
border-radius: 10px;
background: #FFF;
}
@import (reference) "mixins";
@import "home-view";
.primary-box {
padding: 20px;
margin: 10px;
border: 1px solid #CCC;
border-radius: 10px;
background: #FFF;
}
.article-teaser {
padding: 20px;
margin: 10px;
border: 1px solid #CCC;
border-radius: 10px;
background: #FFF;
}
.filter-sidebar {
padding: 20px;
margin: 10px;
border: 1px solid #CCC;
border-radius: 10px;
background: #FFF;
}
@import "mixins";
@import "home-view";
.primary-box {
padding: 20px;
margin: 10px;
border: 1px solid #CCC;
border-radius: 10px;
background: #FFF;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment