This package has been deprecated

Author message:

use grunt-postcss instead

grunt-rucksack

0.1.2 • Public • Published

Grunt Rucksack

NPM version Build Status Dependency Status

Grunt plugin for Rucksack - a little bag of CSS superpowers.

Install

Install via npm

$ npm install grunt-rucksack --save-dev

--

Usage

require('load-grunt-tasks')(grunt);
 
grunt.initConfig({
    rucksack: {
        compile: {
            files: {
                'style.css': 'src/style.css'
            }
        }
    }
});
 
grunt.registerTask('default', ['rucksack']);

--

License

MIT © Sean King

Package Sidebar

Install

npm i grunt-rucksack

Weekly Downloads

1

Version

0.1.2

License

MIT

Last publish

Collaborators

  • seaneking