You are viewing an old revision of this post, from March 17, 2015 @ 15:28:11. See below for differences between this version and the current revision.

Beginning of SASS & SCSS

Installation:

Step 1: Go to this site and download Ruby Installer http://rubyinstaller.org/downloads/

Step 2 : Open Terminal and execute these two line

gem install sass

gem install scss

PHPStorm Intergration:

Step 1: Go to File Watcher and create a Watcher

Program : {RubyInstallFolder}/bin/scss.bat for .scss and {RubyInstallFolder}/bin/sass.bat

Working Directory : The directory of the scss will ouput ($FileDir$ for example)

Output paths to refresh: The name of the output file ($FileNameWithoutExtension$.css for example)

Step 2: Create a .scss file an enjoy learning.

For Server Automatically Compile:

http://sass-lang.com/documentation/file.SASS_REFERENCE.html

 

Revisions

  • March 17, 2015 @ 15:28:11 [Current Revision] by admin
  • March 17, 2015 @ 15:28:11 by admin

Revision Differences

There are no differences between the March 17, 2015 @ 15:28:11 revision and the current revision. (Maybe only post meta information was changed.)

No comments yet.

Leave a Reply