As easy as 1, 2, 3!
Updated:
- Aug, 08, 2022 update
configdocs for npm 8+ - Jul 27, 2021 add private scopes
- Jul 22, 2021 add dist tags
- Jun 20, 2021 update for
--access=public - Sep 07, 2020 update docs for
npm version
| @import "compass/utilities/general/clearfix"; | |
| $gutter-width: 10px; // All grids systems have the same gutter width | |
| $float-direction: left; | |
| $left-gutter-width: ceil($gutter-width / 2) !default; | |
| $right-gutter-width: $gutter-width - $left-gutter-width !default; | |
| $base-line-height: 21px; | |
| $show-grid-background: false; | |
| @mixin centered { |
| # for more info: https://gist.github.com/1120938 |
| @mixin ie6 { * html & { @content } } | |
| #logo { | |
| background-image: url("/images/logo.png"); | |
| @include ie6 { background-image: url("/images/logo.gif"); } | |
| } |
| // http://paulirish.com/2011/requestanimationframe-for-smart-animating/ | |
| // http://my.opera.com/emoller/blog/2011/12/20/requestanimationframe-for-smart-er-animating | |
| // requestAnimationFrame polyfill by Erik Möller. fixes from Paul Irish and Tino Zijdel | |
| // MIT license | |
| (function() { | |
| var lastTime = 0; | |
| var vendors = ['ms', 'moz', 'webkit', 'o']; |
| // 17 standard colors are: aqua, black, blue, fuchsia, gray, grey, green, lime, maroon, navy, olive, purple, red, silver, teal, white, and yellow | |
| $alice-blue: #F0F8FF | |
| $antique-white: #FAEBD7 | |
| $aqua: #00FFFF | |
| $aquamarine: #7FFFD4 | |
| $azure: #F0FFFF | |
| $beige: #F5F5DC | |
| $bisque: #FFE4C4 | |
| $black: #000000 | |
| $blanched-almond: #FFEBCD |
| source "https://rubygems.org" | |
| gem 'sprockets' | |
| gem 'sprockets-sass' | |
| gem 'sass' | |
| gem 'compass' | |
| gem 'bootstrap-sass' | |
| gem 'handlebars_assets' | |
| gem 'coffee-script' |
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"