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
| "snippets": { | |
| "mq2": "@include mq-2x() {\n\t|\n}", | |
| "mq": "@include mq-min-width(\\$screen-${1:tablet}) {\n\t|\n}", | |
| "mqm": "@include mq-max-width(\\$screen-${1:tablet}) {\n\t|\n}", | |
| "mqr": "@include mq-min-max-width(\\$screen-${1:tablet}, \\$screen-${2:desktop}) {\n\t|\n}", | |
| } |
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.2.14) | |
| // Compass (v0.12.2) | |
| // ---- | |
| @mixin colors-with-prefix($names...) { | |
| @for $i from 0 to length($names) { | |
| .color-#{nth($names, $i + 1)} { | |
| foo: bar; | |
| } |
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.5) | |
| // Compass (v1.0.0.alpha.18) | |
| // ---- | |
| // Prefixing mixin | |
| // ---------- | |
| // @param [map] $map: property/value pairs to be prefixed | |
| // @param [list] $vendors: vendor prefixes to use | |
| // ---------- |
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.2.17) | |
| // Compass (v0.12.4) | |
| // ---- | |
| @mixin extend($class: foo, $extend: true) { | |
| @if $extend { | |
| @extend %#{$class}; | |
| } | |
| @else { |
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
| /*! | |
| * RWD Images v0.4.3 | |
| * | |
| * A lightweight, customisable responsive image solution, which uses a familar media query syntax | |
| * | |
| * Copyright (c) 2014 Matt Stow | |
| * | |
| * http://mattstow.com | |
| * | |
| * Licensed under the MIT license |
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
| /*! | |
| * RWD Images v0.4.4 | |
| * | |
| * A lightweight, customisable responsive image solution, which uses a familar media query syntax | |
| * | |
| * Copyright (c) 2014 Matt Stow | |
| * | |
| * http://mattstow.com | |
| * | |
| * Licensed under the MIT license |
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.7) | |
| // Compass (v1.0.0.alpha.18) | |
| // ---- | |
| @function strip-units($number) { | |
| @return $number / ($number * 0 + 1); | |
| } | |
| @mixin nth-child($an: 2n, $sibling: "*", $count: 15) { |
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
| git filter-branch --force --index-filter 'git rm -r --cached --ignore-unmatch FOLDER_NAME' --prune-empty --tag-name-filter cat -- --all |
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.14) | |
| // Compass (v1.0.0.rc.1) | |
| // ---- | |
| // -------------------------------------------- | |
| // Default Variables | |
| // -------------------------------------------- | |
| $min: unquote('min-width:'); |
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.2.19) | |
| // Compass (v0.12.6) | |
| // ---- | |
| // -------------------------------------------- | |
| // Default Variables | |
| // -------------------------------------------- | |
| $min: unquote('min-width:'); |
OlderNewer