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

baseguide

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

baseguide - npm Package Compare versions

Comparing version 2.2.0 to 3.0.0

scss/baseguide/utilities/_space.scss

7

gulpfile.js

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

.pipe(browserSync.stream())
.pipe($.if(config.minify, $.cleanCss({compatibility: 'ie9'})))
.pipe($.if(config.minify, $.cleanCss()))
.pipe($.if(config.sourcemaps, $.sourcemaps.write()))

@@ -46,6 +46,7 @@ .pipe($.if(config.minify, $.rename({suffix: '.min'})))

.pipe($.postcss([
require('stylelint')
require('stylelint')({fix: true})
], {
syntax: require('postcss-scss')
}));
}))
.pipe(gulp.dest(config.src + 'scss'));
}

@@ -52,0 +53,0 @@

{
"name": "baseguide",
"description": "Lightweight and robust CSS framework for prototyping and production code.",
"version": "2.2.0",
"version": "3.0.0",
"keywords": [

@@ -19,9 +19,9 @@ "css",

"devDependencies": {
"autoprefixer": "^7.2.6",
"browser-sync": "^2.23.6",
"autoprefixer": "^9.1.1",
"browser-sync": "^2.24.6",
"fancy-log": "^1.3.2",
"gulp": "^4.0.0",
"gulp-cache": "^1.0.2",
"gulp-clean-css": "^3.9.2",
"gulp-eslint": "^4.0.2",
"gulp-clean-css": "^3.10.0",
"gulp-eslint": "^5.0.0",
"gulp-if": "^2.0.2",

@@ -31,18 +31,16 @@ "gulp-imagemin": "^4.1.0",

"gulp-load-plugins": "^1.5.0",
"gulp-postcss": "^7.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.0",
"postcss-scss": "^1.0.3",
"stylelint": "^8.4.0",
"stylelint-config-standard": "^18.0.0"
"gulp-uglify": "^3.0.1",
"postcss-scss": "^2.0.0",
"stylelint": "^9.5.0",
"stylelint-config-standard": "^18.2.0"
},
"browserslist": [
"last 2 versions",
"android >= 2.3",
"firefox esr",
"ie >= 9",
"safari >= 8"
"not dead",
"firefox esr"
]
}

@@ -1,2 +0,2 @@

# [Baseguide](http://basegui.de)
# [Baseguide](https://basegui.de)

@@ -36,3 +36,3 @@ [![npm version](https://badge.fury.io/js/baseguide.svg)](https://www.npmjs.com/package/baseguide)

```html
<link rel="stylesheet" href="https://unpkg.com/baseguide@2.2.0/dist/css/baseguide.min.css">
<link rel="stylesheet" href="https://unpkg.com/baseguide@3.0.0/dist/css/baseguide.min.css">
```

@@ -109,3 +109,3 @@

Check out the [Sass MQ documentation](http://sass-mq.github.io/sass-mq/#mixin-mq) for more details and advanced usage of media queries.
Check out the [Sass MQ documentation](https://sass-mq.github.io/sass-mq/#mixin-mq) for more details and advanced usage of media queries.

@@ -266,11 +266,11 @@ ### Breakpoint Loop

The custom forms component was designed with progressive enhancement in mind.
IE 9 doesn’t support the custom select styles. All other [supported browsers](#browser-support) get the fully enhanced experience.
Browsers that support [feature queries](https://caniuse.com/#feat=css-featurequeries) and [appearance](https://caniuse.com/#feat=css-appearance) get the fully enhanced experience.
## Browser Support
* Latest stable: Chrome, Firefox, Opera
* IE 9+
* Safari 8+
* Mobile Safari 8+
* Android Browser 2.3+
* Latest stable: Chrome, Edge, Firefox
* IE 11+
* Safari 9+
* Mobile Safari 9+
* Android Browser 4.4+

@@ -283,4 +283,4 @@ Baseguide uses [Autoprefixer](https://github.com/postcss/autoprefixer) to handle CSS vendor prefixes.

* [Bootstrap](https://getbootstrap.com)
* [Bourbon](http://bourbon.io)
* [Foundation](http://foundation.zurb.com)
* [Bourbon](https://www.bourbon.io)
* [Foundation](https://foundation.zurb.com)
* [HTML5 Boilerplate](https://html5boilerplate.com)

@@ -287,0 +287,0 @@

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

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