Skip to content

Instantly share code, notes, and snippets.

View seejamescode's full-sized avatar

James Y Rauhut seejamescode

View GitHub Profile
@seejamescode
seejamescode / usingGridWiz.js
Created November 8, 2018 17:26
How to Use Grid Wiz
// Check out https://grid-wiz.now.sh for more info
const gridWiz = require("grid-wiz");
var yourGridCSS = gridWiz({
prefix: "bx--", // Prefix for all CSS class names. Can be empty.
support: "displayGrid", // `displayFlex`, `cssVariables`, or `displayGrid`
maxWidth: 1584, // Max-width of entire grid in pixels. Optional.
progressive: false, // Include all browser support fallbacks older than selected support
subgrid: true, // Embedded grids and rows know the remaining amount of columns available.
breakpoints: [