Skip to content

Commit

Permalink
cleaner
Browse files Browse the repository at this point in the history
  • Loading branch information
kejace committed Jan 16, 2018
1 parent 8cc16d9 commit f04a8cc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions styles/components/_card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
// @color is the color of the card
//
// Markup:
// <div class="cardContainer"><h1>hello</h1></div>
// <div class="cardContainer">
// <div class="card-lightWrap">this is inside a card</div>
// </div>
//
// Style guide: foam.components.cardContainer
.cardContainer{
Expand Down Expand Up @@ -101,7 +103,7 @@

// .card-input
//
// Style guide: foam.card.card-input
// Style guide: foam.components.card-input
.card-input{
@include pill;
@include padding-interface;
Expand Down

0 comments on commit f04a8cc

Please sign in to comment.