Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 1.91 KB

README.md

File metadata and controls

46 lines (28 loc) · 1.91 KB

Sass.mode

Panic says that “Coda 2 ships with Sass support out-of-box”. Bullshit. It ships with SCSS support, CSS-like fallback of Sass. Originally Sass have indented syntax, like Stylus. And this Coda Mode makes possible to white Sass stylesheets with comfort (as we can provide it).

Compatibility

Supported Extensions

  • .sass with indented syntax

Installation

You can do it via terminal if you think that you're in 80's

cd ~/Library/Application\ Support/Coda/Modes
git clone git://github.com/Grawl/Sass.mode.git Sass.mode

Or you can do it like we do it in our shiny future:

  • download zipball of this repository
  • unzip and remove “-master” from folder name so it transforms into Coda Mode, because file name will be Sass.mode
  • open it with double click or ⌘↓ and Coda will move it into ~/Library/Application Support/Coda/Modes and relaunch itself

Also you can move Sass.mode to Applications/Coda 2/Contents/Rescourses if you have troubles with your Library or something other.

ToDo

  • Variables autocomplete
  • Mixins autocomplete
  • Grouping values with parameters in autocomplete like Coda does it with colors in CSS mode.

Credit for the source repos

References

More about Mode Customization

githalytics.com alpha