Fixed an unclear code comment

This commit is contained in:
Jensen Kuras 2015-07-06 10:43:28 -07:00
parent 5bf5c36ce0
commit f4bbbd6952
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ $on-laptop: 800px;
// Using media queries with like this:
// Use media queries like this:
// @include media-query($on-palm) {
// .wrapper {
// padding-right: $spacing-unit / 2;