1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-08-06 13:56:27 +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,5 +1,6 @@
var gettingStarted = require('./gettingStarted');
var commonTextualElements = require('./commonTextualElements');
module.exports = [
gettingStarted
gettingStarted, commonTextualElements
]