UNPKG

@inkline/inkline

Version:

Inkline is the Vue.js UI/UX Library built for creating your next design system

16 lines (14 loc) 326 B
export const manifest = { name: 'grid', css: { variables: [ { name: 'columns', value: '12', type: 'scss', description: 'The number of columns to generate for the grid system' } ] } }; export default manifest;