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.4.9) | |
| // Compass (v1.0.1) | |
| // ---- | |
| // map predefined breakpoints here | |
| $breakpoints:( | |
| x-small:( | |
| max-width: 479px |
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.4.9) | |
| // Compass (v1.0.1) | |
| // ---- | |
| // mixin will accept: | |
| // - min AND max pixel value, comma separated | |
| // - min OR max pixel value, comma separated, with 0 replacing the open-ended value | |
| // - single string value for predetermined breakpoints |
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
| /** | |
| * Faux picture corner | |
| */ | |
| body{ | |
| margin:50px 0; | |
| } | |
| .picture{ | |
| position:relative; | |
| width:60%; |
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
| /** | |
| * Faux picture corner | |
| */ | |
| body{ | |
| margin:50px 0; | |
| } | |
| .picture{ | |
| position:relative; | |
| width:60%; |
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
| /** | |
| * Faux picture corner | |
| */ | |
| body{ | |
| margin:50px 0; | |
| } | |
| .picture{ | |
| position:relative; | |
| width:60%; |