@drewbot/sass-flexbox-grid
Version:
A responsive sass grid library built with flexbox
32 lines (30 loc) • 884 B
JavaScript
var classesCollection = [
{
sectionId: 'rowClasses',
codeBlockId: 'rowClassesExample',
title: 'Row Classes',
description: 'Define how content is arranged horizontally and vertically. You can also get specific about ordering and distribution of space.',
hasLink: false,
href: '',
linkContent: ''
},
{
sectionId: 'colClasses',
codeBlockId: 'colClassesExample',
title: 'Column Classes',
description: 'Define column width and placement for each breakpoint or for a set range',
hasLink: false,
href: '',
linkContent: ''
},
{
sectionId: 'visClasses',
codeBlockId: 'visClassesExample',
title: 'Visibility Classes',
description: 'Hide and show content. Define visibility for each breakpoint or for a set range',
hasLink: false,
href: '',
linkContent: ''
}
];
module.exports = classesCollection;