Fixed an unclear code comment
This commit is contained in:
parent
5bf5c36ce0
commit
f4bbbd6952
|
@ -30,7 +30,7 @@ $on-laptop: 800px;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// Using media queries with like this:
|
// Use media queries like this:
|
||||||
// @include media-query($on-palm) {
|
// @include media-query($on-palm) {
|
||||||
// .wrapper {
|
// .wrapper {
|
||||||
// padding-right: $spacing-unit / 2;
|
// padding-right: $spacing-unit / 2;
|
||||||
|
|
Loading…
Reference in New Issue