@drewbot/sass-flexbox-grid
Version:
A responsive sass grid library built with flexbox
41 lines (39 loc) • 995 B
JavaScript
var mixinsCollection = [
{
sectionId: 'rowMixins',
codeBlockId: 'rowMixinsExample',
title: 'Row Mixins',
description: 'Set a container as a row and customize.',
hasLink: false,
href: '',
linkContent: ''
},
{
sectionId: 'colMixins',
codeBlockId: 'colMixinsExample',
title: 'Column Mixins',
description: 'Set a container as a column and customize.',
hasLink: false,
href: '',
linkContent: ''
},
{
sectionId: 'arrangeMixins',
codeBlockId: 'arrangeMixinsExample',
title: 'Arrangement Mixins',
description: 'Customize the arrangement, placement and orientation.',
hasLink: false,
href: '',
linkContent: ''
},
{
sectionId: 'visibilityMixins',
codeBlockId: 'visibilityMixinsExample',
title: 'Visibility Mixins',
description: 'Hide and show content within all or various breakpoint ranges.',
hasLink: false,
href: '',
linkContent: ''
}
];
module.exports = mixinsCollection;