Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

Commit

Permalink
Add code highlight to example
Browse files Browse the repository at this point in the history
  • Loading branch information
Reda Lemeden committed Mar 16, 2013
1 parent 9b90937 commit 1ba5f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -132,7 +132,7 @@ div.container {


To make your layout responsive, use the `media()` mixin to modify both the grid and the layout: To make your layout responsive, use the `media()` mixin to modify both the grid and the layout:


``` ```scss
.my-class { .my-class {
@include media($mobile) { // As defined in _grid-settings.scss @include media($mobile) { // As defined in _grid-settings.scss
@include span-columns(2); @include span-columns(2);
Expand Down

0 comments on commit 1ba5f12

Please sign in to comment.