3.0.0 • Published 5 years ago

grunt-styl v3.0.0

Weekly downloads
1
License
-
Repository
github
Last release
5 years ago

Deprecated

Deprecated as the Styl project is no longer maintained.


grunt-styl Build Status

Preprocess CSS with Styl

Install

$ npm install --save-dev grunt-styl

Usage

require('load-grunt-tasks')(grunt); // npm install --save-dev load-grunt-tasks

grunt.initConfig({
	styl: {
		dist: {
			options: {
				use: [require('rework-npm')()]
			},
			files: {
				'dist/main.css': 'app/main.styl'
			}
		}
	}
});

grunt.registerTask('default', ['styl']);

Options

use

Type: array

Rework plugins.

whitespace

Type: boolean Default: false

The Sass-style whitespace significant syntax supports nesting and parent selector references.

License

MIT © Sindre Sorhus

3.0.0

5 years ago

2.1.0

8 years ago

2.0.0

9 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.3.2

10 years ago

0.3.1

10 years ago

0.3.0

11 years ago

0.2.0

11 years ago

0.1.0

11 years ago