Fix code example for media query mixin

It was using an old variable name (`$palm`) instead of the current one (`$on-paln`).
This commit is contained in:
Philipp Rudloff 2014-09-22 08:18:14 +02:00
parent 52c76b5d93
commit e013c16ba9
1 changed files with 1 additions and 1 deletions

View File

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