Socket
Socket
Sign inDemoInstall

tachyons-type-scale

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tachyons-type-scale - npm Package Compare versions

Comparing version 0.2.2 to 0.3.0

type_scale.css

6

gulpfile.js

@@ -14,4 +14,4 @@ // Gulp tasks for Tachyons

gulp.task('pre-process', function(){
gulp.src('./type-scale.scss')
.pipe(watch('./type-scale.scss', function(files) {
gulp.src('./type_scale.scss')
.pipe(watch('./type_scale.scss', function(files) {
return files.pipe(sass())

@@ -25,3 +25,3 @@ .pipe(size({gzip: false, showFiles: true, title:'un-prefixed css'}))

.pipe(minifyCSS())
.pipe(rename('type-scale.min.css'))
.pipe(rename('type_scale.min.css'))
.pipe(gulp.dest('./'))

@@ -28,0 +28,0 @@ .pipe(size({gzip: false, showFiles: true, title:'minified css'}))

{
"name": "tachyons-type-scale",
"version": "0.2.2",
"version": "0.3.0",
"style": "type_scale.css",

@@ -5,0 +5,0 @@ "homepage": "http://mrmrs.io/tachyons-type-scale",

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