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

Moved docs to new build system

Ditched React to move to the new build system for the documentation.
This commit is contained in:
Angelos Chalaris
2017-11-14 17:20:04 +02:00
parent 6a9379fee3
commit f6a896a18b
23 changed files with 119 additions and 11770 deletions

View File

@@ -0,0 +1,5 @@
var gettingStarted = require('./gettingStarted');
module.exports = [
gettingStarted
]