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

Housekeeping for navigation module

Variables moved, added a hidden flag for an old fix that was in the header logo.
This commit is contained in:
Angelos Chalaris
2017-03-30 13:54:10 +03:00
parent 7b22333c59
commit 58b8cf981a
4 changed files with 115 additions and 143 deletions

View File

@@ -894,3 +894,5 @@
- Updated `grid` by moving variable definitions and defaults to the top of the module.
- Updated flavor files, dealing with indentation and readability.
- Updated `navigation` by moving variable definitions and defaults. Added **hidden flag** `$header-colorize-svgs` for a hacky fix that was there before (just in case).
- Updated flavor files, made most multiline comments up to `navigation` into single line comments in order to make the flavor files shorter while maintining readability.