5.0.0 • Published 2 years ago
gulp-livingcss v5.0.0
gulp-livingcss
Gulp wrapper for the LivingCSS Style Guide Generator.
Issues with the output should be reported on the LivingCSS github repo.
Install
$ npm install --save-dev gulp-livingcss
Usage
var gulp = require('gulp');
var livingcss = require('gulp-livingcss');
gulp.task('default', function () {
gulp.src('src/styles.css')
.pipe(livingcss('dist'))
.pipe(gulp.dest('dist'))
});
API
livingcss(dest, options)
dest
The dest
parameter is used to create the correct relative URLs from the Style Guide to the linked stylesheets. See the LivingCSS dest.
options
See the LivingCSS options.
streamContext
- If the task should return the context object rather than the generated HTML file.
5.0.0
2 years ago
4.1.2
5 years ago
4.1.1
5 years ago
4.1.0
5 years ago
4.0.1
5 years ago
4.0.0
6 years ago
3.0.1
6 years ago
3.0.0
7 years ago
2.2.3
7 years ago
2.2.2
7 years ago
2.2.1
7 years ago
2.2.0
7 years ago
2.1.0
8 years ago
2.0.5
8 years ago
2.0.4
8 years ago
2.0.3
8 years ago
2.0.2
8 years ago
2.0.1
8 years ago
2.0.0
8 years ago
1.1.0
8 years ago
1.0.0
9 years ago