Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gulp-pxtorem

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-pxtorem - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

4

package.json
{
"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'));
});
```
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc