3.0.1 • Published 10 years ago

webant-handler-css v3.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

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
3.0.1

10 years ago

3.0.0

10 years ago

2.0.0

10 years ago

1.0.0

10 years ago

0.4.1

10 years ago

0.4.0

10 years ago

0.3.0

11 years ago