1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-08-06 13:56:27 +02:00

Compiled Nord flavor, dealt with a table bug

Recompiled all flavors, updated Nord to work with latest version (dev - 2.1.1), fixed a bug with table that caused errors in the display of horizontal tables.
This commit is contained in:
Angelos Chalaris
2017-04-18 11:21:58 +03:00
parent 1921b43870
commit 14abbdb1f9
5 changed files with 2216 additions and 4 deletions

View File

@@ -977,3 +977,8 @@
- Documented `contextual` module's customization.
- Documented `progress` module's customization.
- Documented customization for `utility` module, finishing developer docs (maybe a proofreading is required, but later).
## 20170418
- Added `nord` flavor from PR, updated `table` module to deal with a minor problem that stemmed from a conditional in it.
- Compiled `nord` flavor and recompiled to make sure everything works properly after the changes.