1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-08-06 22:06:30 +02:00

Documentation updates

Added a couple of cards to the new documentation system, it's starting to take shape.
This commit is contained in:
Angelos Chalaris
2017-11-14 23:24:52 +02:00
parent f6a896a18b
commit c23c465c6d
19 changed files with 272 additions and 28 deletions

View File

@@ -1,9 +1,6 @@
export default const doNotUseThisThisIsJustATemplateForHowToMakeDocumentationFragments = {
module.exports = {
id: '',
alphaId: '',
moduleId: '',
title: '',
tag: '',
keywords: [],
description: '',
example: '',
@@ -12,7 +9,7 @@ export default const doNotUseThisThisIsJustATemplateForHowToMakeDocumentationFra
customization: [],
modifiers: [],
dos: [],
donts: [],
donts: []
}
/*