0.0.3 • Published 11 years ago

punch-sass-compiler v0.0.3

Weekly downloads
3
License
-
Repository
github
Last release
11 years ago

Sass Compiler for Punch

Use Sass for CSS generation in your Punch projects.

How to Use

  • Install the package

    		npm install punch-sass-compiler
  • Open your Punch project's configurations (config.json) and add the following:

    		"plugins": {
    
    			"compilers": {
    				".css": "punch-sass-compiler" 
    			}
    
    		}
  • Now you can use Stylus stylesheets in your project.

    	Make sure you **save the stylesheets with `.sass` or `.scss` extensions**.