default.sass
posted on 2009-09-16 09:45:42+08:00 by 7895734
When editing a Sass file, hitting cmd-r will cause TextMate to walk up the directory tree until it finds the sass/ directory. It will convert each file in the sass/ dir to CSS and place the resulting .css files in the parent directory of the sass/ dir (usually css/). It will not drill down into the subdirs of sass/. Those subdirs (e.g. site/ and standard/) should contain files that are included in the main Sass files (all.sass, print.sass, etc.).
p :margin 10px 0 code :padding 0 2px :background #ccc ul, ol :margin 0 0 10px 10px :padding 0 0 0 15px ul li :list-style disc ol li :list-style decimal blockquote :padding-left 15px :border-left 3px solid #ccc :color #777 pre :color #777 :font-size 11px :line-height 1.4em :background-color #191919 :margin 18px 0 18px 0 :padding 10px :overflow auto :-moz-border-radius 5px :-webkit-border-radius 5px

