1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-02-23 16:33:58 +01:00
Angelos Chalaris c23c465c6d Documentation updates
Added a couple of cards to the new documentation system, it's starting to take shape.
2018-05-28 12:33:11 +03: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: ''
}
*/