sass-basis
Advanced tools
Comparing version 1.3.0 to 1.4.0
@@ -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
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
73198
27
100
0