punch-sass-compiler

0.0.3 • Public • Published

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 Sass stylesheets in your project.

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

License

Copyright (c) 2012 Lakshan Perera
Licensed under the MIT license.

Readme

Keywords

none

Package Sidebar

Install

npm i punch-sass-compiler

Weekly Downloads

1

Version

0.0.3

License

none

Last publish

Collaborators

  • laktek