1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-08-11 16:33:58 +02:00

Halfway through grid's docs

Missing best practices
This commit is contained in:
Angelos Chalaris
2017-11-16 19:01:57 +02:00
parent f33b87fedb
commit 5cf239b8d4
11 changed files with 410 additions and 5 deletions

View File

@@ -0,0 +1,28 @@
module.exports = {
id: 'cards',
title: 'Cards',
keywords: [],
description: '',
example: '',
samples: [],
notes: [],
customization: [],
modifiers: [],
dos: [],
donts: []
}
/*
Modifiers:
{
title : '',
description: '',
example: '',
samples: []
}
Dos/Donts:
{
description: '',
sample: ''
}
*/