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

I wrote merge sort in Ruby

I am learning sorting algorithms these days. And to me merge sort looks simple than other sorts. (There are merge sort, insertion sort, quick sort, selection sort, bubble sort, et cetera.) I thought I should try to write it in Ruby. The... Continue →