Skip to content

theakman2/node-modules-webant-handler-css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-modules-webant-handler-css

Require CSS files with webant

Installation

$ npm install webant-handler-css

Usage

Ensure the css handler is present in your webant configuration file. For example:

{
    "entry":"src/js/main.js",
    "dest":"build/main.js",
    "handlers":["css"]
}

You may now require CSS files:

require("../path/to/styles.css");

See the webant module for more information.

Tests Build Status

Ensure phantomjs is installed and in your PATH, then run:

$ npm test

About

Node module to handle CSS requires in webant.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published