Update README to include SASS details

This commit is contained in:
Alvin Chan 2014-09-26 11:00:08 -07:00
parent 29130fd1bd
commit a9514f2085

View File

@ -84,6 +84,10 @@ It is shipped with `js-beautify`, which can be installed by running `npm install
Note that `nodejs` is needed for this to work. Note that `nodejs` is needed for this to work.
Here is the link to the repository: https://github.com/einars/js-beautify. Here is the link to the repository: https://github.com/einars/js-beautify.
* `sass-convert` for __SCSS__.
It is shipped with `sass`, a CSS preprocessor written in Ruby, which can be installed by running `gem install sass`
Here is the link to the SASS homepage: http://sass-lang.com/.
* `tidy` for __XHTML__ and __XML__. * `tidy` for __XHTML__ and __XML__.
It's probably in your distro's repository, so you can download it as a regular package. It's probably in your distro's repository, so you can download it as a regular package.
For Ubuntu type `sudo apt-get install tidy` in a terminal. For Ubuntu type `sudo apt-get install tidy` in a terminal.