gulp-pxtorem
Advanced tools
Comparing version 0.0.0 to 0.0.1
{ | ||
"name": "gulp-pxtorem", | ||
"description": "A gulp plugin for pxtorem", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"author": "Jonathan Cuthbert <jon@cuth.net> (http://cuth.net)", | ||
@@ -16,3 +16,3 @@ "repository": { | ||
"dependencies": { | ||
"pxtorem": "~0.0.1", | ||
"pxtorem": "~0.0.2", | ||
"through2": "~0.5.1", | ||
@@ -19,0 +19,0 @@ "gulp-util": "~2.2.19" |
@@ -1,2 +0,2 @@ | ||
# gulp-pxtorem | ||
# gulp-pxtorem [![NPM version](https://badge.fury.io/js/gulp-pxtorem.svg)](http://badge.fury.io/js/gulp-pxtorem) | ||
@@ -16,7 +16,7 @@ This is a Gulp plugin for [pxtorem](https://github.com/cuth/pxtorem). | ||
gulp.task('pxtorem', function() { | ||
gulp.src('css/file.css') | ||
gulp.task('css', function() { | ||
gulp.src('css/**/*.css') | ||
.pipe(pxtorem()) | ||
.pipe(gulp.dest('css/')); | ||
.pipe(gulp.dest('css')); | ||
}); | ||
``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4280
Updatedpxtorem@~0.0.2