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

sass-basis

Package Overview
Dependencies
Maintainers
1
Versions
156
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sass-basis - npm Package Compare versions

Comparing version 1.3.0 to 1.4.0

assets/src/scss/object/component/_media.scss

4

gulpfile.js

@@ -37,3 +37,3 @@ var gulp = require( 'gulp' );

gulp.task( 'watch', function() {
gulp.watch( ['assets/*.scss', 'assets/**/*.scss'], ['sass'] );
gulp.watch( ['assets/**/*.scss'], ['sass:build'] );
gulp.watch( ['**/*.html', 'assets/dist/css/*.css'], function() {

@@ -59,2 +59,2 @@ browser_sync.reload();

gulp.task( 'default', ['sass', 'browsersync', 'watch'] );
gulp.task( 'default', ['build', 'browsersync', 'watch'] );
{
"name": "sass-basis",
"version": "1.3.0",
"version": "1.4.0",
"author": "inc2734",

@@ -5,0 +5,0 @@ "license": "GPLv2 or later",

@@ -49,2 +49,13 @@ # basis

#### January 14, 2016 v1.4.0
* Changed prefix of class name.
* Changed grid system classes name.
* Changed break points.
* Changed form control classes.
* Changed heading elements margin.
* Removed table classes.
* Removed button size classes.
* Removed colors classes.
* Added media object class.
#### December 27, 2015 v1.3.0

@@ -51,0 +62,0 @@ * Remove text alignment classes.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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