Sass sublime text

Sass highlighting seems not a default on Sublime text at the moment. I looked it up and found links

http://sublimetexttips.com/how-to-add-sass-support-in-sublime-text/
https://github.com/nathos/sass-textmate-bundle

install Sublime Package Control (if didn’t yet)

in Sublime Text running

now you have “Sass” on the list

and pick “Sass”.

 
2
Kudos
 
2
Kudos

Now read this

Rails prototype Post-It: Lesson 1

This is what I have done on week 1, course 2 of Tealeaf Academy: Database tables - schema view # posts: ‘url’, ‘title’, ‘description’ users: ‘username’ comments: ‘body’ categories: ‘name’ foreign keys (and primary keys) Migration files #... Continue →