Socket
Socket
Sign inDemoInstall

baseguide

Package Overview
Dependencies
0
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.1 to 3.1.0

scss/baseguide/00-settings/_settings.scss

14

gulpfile.js

@@ -1,7 +0,7 @@

var gulp = require('gulp');
var $ = require('gulp-load-plugins')();
var log = require('fancy-log');
var autoprefixer = require('autoprefixer');
var browserSync = require('browser-sync').create();
var config = {
const gulp = require('gulp');
const $ = require('gulp-load-plugins')();
const log = require('fancy-log');
const autoprefixer = require('autoprefixer');
const browserSync = require('browser-sync').create();
const config = {
'src': '',

@@ -120,3 +120,3 @@ 'dest': 'dist/',

var build = gulp.parallel(html, styles, scripts, images);
const build = gulp.parallel(html, styles, scripts, images);

@@ -123,0 +123,0 @@ gulp.task('build', build);

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

@@ -19,4 +19,4 @@ "css",

"devDependencies": {
"autoprefixer": "^9.1.1",
"browser-sync": "^2.24.6",
"autoprefixer": "^9.3.1",
"browser-sync": "^2.26.3",
"fancy-log": "^1.3.2",

@@ -28,3 +28,3 @@ "gulp": "^4.0.0",

"gulp-if": "^2.0.2",
"gulp-imagemin": "^4.1.0",
"gulp-imagemin": "^5.0.3",
"gulp-include": "^2.3.1",

@@ -34,7 +34,7 @@ "gulp-load-plugins": "^1.5.0",

"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.1",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.1",
"postcss-scss": "^2.0.0",
"stylelint": "^9.5.0",
"stylelint": "^9.8.0",
"stylelint-config-standard": "^18.2.0"

@@ -41,0 +41,0 @@ },

@@ -36,3 +36,3 @@ # [Baseguide](https://basegui.de)

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

@@ -63,3 +63,3 @@

Default variables can be changed before importing Baseguide.
Take a look at the [_settings.scss](https://github.com/slavanga/baseguide/blob/master/scss/baseguide/settings/_settings.scss) file to see all variables.
Take a look at the [_settings.scss](https://github.com/slavanga/baseguide/blob/master/scss/baseguide/00-settings/_settings.scss) file to see all variables.

@@ -66,0 +66,0 @@ ```scss

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc