start new:
tmux
start new with session name:
tmux new -s myname
| find . -name "*.pyc" -exec rm -rf {} \; |
| /* Default values : (---) */ | |
| /* -------------------------------------------------------------------------*/ | |
| /* Text */ | |
| @mixin text ( $color: ---, $size: ---, $height: ---, $weight: ---, $family: --- ) { | |
| font-family : $family; | |
| font-size : $size; | |
| line-height : $height; | |
| font-weight : $weight; | |
| color : $color; |