Socket
Socket
Sign inDemoInstall

mcgriddle

Package Overview
Dependencies
0
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.1 to 0.4.2

mcgriddle-0.4.1.gem

3

CHANGELOG.md

@@ -5,3 +5,6 @@ # Changelog

## [0.4.2] - 11/29/2016
- Minor release-related and documentation tweaks.
## [0.4.1] - 11/28/2016
- Public release.

4

package.json
{
"name": "mcgriddle",
"version": "0.4.1",
"description": "",
"version": "0.4.2",
"description": "A get-out-of-your-way Sass grid library. Supports flexbox.",
"license": "MIT",

@@ -6,0 +6,0 @@ "author": {

# McGriddle
McGriddle is a (mostly) get-out-of-your-way Sass library designed to help you build based a grid system. Set up your grid system…
McGriddle is a get-out-of-your-way Sass library designed to help you build based a grid system. Suports [flexbox](#grid-flexbox) (the grid is based on floats, by default). Set up your grid system…

@@ -81,7 +81,8 @@ ```scss

$grid-minor : 1/3;
$grid-collapse : false;
$grid-rtl : false;
$grid-flexbox : false;
$grid-flexbox-wrap : wrap;
$grid-flexbox-justify: flex-start;
$grid-collapse : false;
$grid-rtl : false;
```

@@ -88,0 +89,0 @@

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