1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-09-15 08:22:11 +02:00
Files
mini-css/docs/doc-fragments/template.js
Angelos Chalaris 57ca05c351 Documentation updates
Added a couple of cards to the new documentation system, it's starting to take shape.
2017-11-14 23:24:52 +02:00

29 lines
338 B
JavaScript

module.exports = {
id: '',
title: '',
keywords: [],
description: '',
example: '',
samples: [],
notes: [],
customization: [],
modifiers: [],
dos: [],
donts: []
}
/*
Modifiers:
{
title : '',
description: '',
example: '',
samples: []
}
Dos/Donts:
{
description: '',
sample: ''
}
*/