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

Core documentation

Documented all the elements in the core module. Everything works as expected so far.
This commit is contained in:
Angelos Chalaris
2017-11-15 13:19:00 +02:00
parent c23c465c6d
commit c4a5da944f
9 changed files with 194 additions and 6 deletions

View File

@@ -155,3 +155,10 @@
- Added the `getting-started` section to the documentation, this should now start to look like a real website.
- Worked on documentation and custom tool, it should now support a lot of the data that is thrown at it.
- Fixed a huge bug that I expected to blow up in my face eventually, where I had removed the `max-width` propert from `.col-` elements. Everything should be bug-free in the `grid` components now.
## 20171115
- Documented headings.
- Documented code and quotations.
- Documented lists.
- Documented images.