0.0.3 • Published 7 years ago

punch-stylus-compiler v0.0.3

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

Stylus Compiler for Punch

Use Stylus for CSS generation in your Punch projects.

How to Use

  • Install the package

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

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

    	Make sure you **save the stylesheets with `.styl` extension**.