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 1.8.1 to 1.9.0

12

package.json
{
"name": "baseguide",
"description": "Lightweight and robust CSS framework for prototyping and production code.",
"version": "1.8.1",
"version": "1.9.0",
"keywords": [

@@ -19,7 +19,7 @@ "css",

"devDependencies": {
"autoprefixer": "^6.7.3",
"autoprefixer": "^6.7.7",
"browser-sync": "^2.18.8",
"gulp": "^3.9.1",
"gulp-cache": "^0.4.5",
"gulp-clean-css": "^3.0.2",
"gulp-cache": "^0.4.6",
"gulp-clean-css": "^3.0.4",
"gulp-if": "^2.0.2",

@@ -29,7 +29,7 @@ "gulp-imagemin": "^3.1.1",

"gulp-load-plugins": "^1.5.0",
"gulp-postcss": "^6.3.0",
"gulp-postcss": "^6.4.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.4.1",
"gulp-uglify": "^2.0.1",
"gulp-uglify": "^2.1.2",
"gulp-util": "^3.0.8",

@@ -36,0 +36,0 @@ "postcss-scss": "^0.4.1",

@@ -37,10 +37,14 @@ # [Baseguide](http://basegui.de)

```sh
git clone https://github.com/slavanga/baseguide
git clone -b master https://github.com/slavanga/baseguide
```
**Manual Download**
**Load from CDN**
[Download the latest release](https://github.com/slavanga/baseguide/archive/master.zip)
[https://cdnjs.com/libraries/baseguide](https://cdnjs.com/libraries/baseguide)
**Download**
[https://github.com/slavanga/baseguide/archive/master.zip](https://github.com/slavanga/baseguide/archive/master.zip)
## Usage

@@ -186,3 +190,3 @@

// $gutter: gutter width in pixels or map with gutters, defaults to $grid-gutter
// $size: an integer, the number of columns
// $size: column width as percentage value, decimal number or column count
// $columns: an integer, the total number of columns, defaults to $grid-columns

@@ -194,3 +198,3 @@ // $width: container width in pixels, defaults to $grid-container

@include column-base($gutter);
@include column-base($gutter, $size, $columns);
@include column($size, $columns);

@@ -197,0 +201,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

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