UNPKG

@drewbot/sass-flexbox-grid

Version:

A responsive sass grid library built with flexbox

41 lines (39 loc) 1.27 kB
var documentationCollection = [ { sectionId: 'npmInstallation', codeBlockId: 'npmInstallationExample', title: 'NPM Install', description: 'From the command line:', hasLink: false, href: 'https://www.npmjs.com/package/@drewbot/sass-flexbox-grid', linkContent: 'View the NPM package webpage' }, { sectionId: 'cssInstallation', codeBlockId: 'cssInstallationExample', title: 'Link to CSS', description: 'Link to the full CSS file or the minified version.', hasLink: false, href: '', linkContent: '' }, { sectionId: 'sassInstallation', codeBlockId: 'sassInstallationExample', title: 'Sass Usage', description: 'Copy the Sass folder over to your development directory in order to customize and preprocess on your own.', hasLink: false, href: '', linkContent: '' }, { sectionId: 'variableSetup', codeBlockId: 'variableSetupExample', title: 'Customize Your Grid', description: 'If you\'re using the Sass version of the library you can update _grid-variables.scss with your preferred number of columns, breakpoint sizes, gutter size, and content well max-width.', hasLink: false, href: '', linkContent: '' } ]; module.exports = documentationCollection;