This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ---- | |
| // Sass (v3.3.0.rc.2) | |
| // Compass (v1.0.0.alpha.17) | |
| // ---- | |
| $gutter: 8px; | |
| @mixin gutter($propertyList, $multiplier: 1) { | |
| @if type-of($propertyList) == string { | |
| $propertyList: ($propertyList) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ---- | |
| // Sass (v3.3.0.rc.2) | |
| // Compass (v1.0.0.alpha.17) | |
| // ---- | |
| @mixin gutter($propertyList, $multiplier: 1) { | |
| // By default it expects a list of properties | |
| // But if a string comes in, convert it to a list anyway | |
| @if type-of($propertyList) == string { | |
| $propertyList: ($propertyList) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ---- | |
| // Sass (v3.3.0.rc.2) | |
| // Compass (v1.0.0.alpha.17) | |
| // ---- | |
| %red { | |
| color: red; | |
| @media (min-width: 600px) { | |
| background: red; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| document.write('<img src="http://cdni.condenast.co.uk/646x430/g_j/GreatBarrierReef_cnt_6nov09_istock_b.jpg" width="323" height="215">'); |