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
/*---------------------------------------------------------------------------- | |
@group Mixins | |
----------------------------------------------------------------------------*/ | |
// Creates a background image with width and height dynamically. | |
// | |
// $_img - The path to the image. | |
// | |
// Compatible in IE8+, Firefox 2+, Safari 4+. | |
@mixin knockout($_img) { |
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
alias composer="php /usr/local/bin/composer.phar" |
NewerOlder