Github is where we will store all our code and collaborate on it with others. Make an account here: https://github.com/
git is a way to keep track of your projects as they change.
Github is where we will store all our code and collaborate on it with others. Make an account here: https://github.com/
git is a way to keep track of your projects as they change.
| /** | |
| * Using :before for interesting shadows by @shoshizilla | |
| */ | |
| div { | |
| background: #725bc4; | |
| float: left; | |
| height: 100px; | |
| margin: 40px; |
| @import "compass/utilities/sprites/base"; | |
| // General Sprite Defaults | |
| // You can override them before you import this file. | |
| $icon-sprite-base-class: ".icon-sprite" !default; | |
| $icon-sprite-dimensions: false !default; | |
| $icon-position: 0% !default; | |
| $icon-spacing: 0 !default; | |
| $icon-repeat: no-repeat !default; |