1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-08-13 17:33:59 +02:00

Added headings to documentation

Somehow I had deleted them.
This commit is contained in:
Angelos Chalaris
2017-11-15 13:24:13 +02:00
parent c223ba0a30
commit f33b87fedb
2 changed files with 20 additions and 1 deletions

View File

@@ -6,5 +6,5 @@ var images = require('./images');
var codeAndQuotations = require('./codeAndQuotations');
module.exports = [
gettingStarted, commonTextualElements, images, lists, codeAndQuotations
gettingStarted, commonTextualElements, headings, images, lists, codeAndQuotations
]