Based on:
$ sudo apt-get install python-software-properties
| # Easy namespacing of classes and objects. | |
| # | |
| # name - The String containing namespaces up to but not including the class | |
| # name. | |
| # | |
| # Examples | |
| # # Using a class | |
| # class module("Foo.Bar").Baz | |
| # doStuff: -> | |
| # console.log "doing stuff" |
| // 12 column grid | |
| $column-width: 60px !default | |
| $gutter-width: 20px !default | |
| $grid-columns: 12 !default | |
| $grid-width: $column-width * $grid-columns + $gutter-width * ($grid-columns - 1) | |
| @function column-width($n) | |
| @return $column-width * $n + $gutter-width * ($n - 1) |
| { | |
| "auto_complete_commit_on_tab": true, | |
| "color_scheme": "Packages/Color Scheme - Default/Spacedust.tmTheme", | |
| "detect_indentation": true, | |
| "draw_white_space": "selection", | |
| "folder_exclude_patterns": | |
| [ | |
| ".sass-cache", | |
| "tmp" | |
| ], |
Based on:
$ sudo apt-get install python-software-properties