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

Housekeeping for card module

Split card module into main and mixins file
This commit is contained in:
Angelos Chalaris
2017-03-30 16:23:50 +03:00
parent 61f06f209f
commit 95897a62d2
5 changed files with 162 additions and 159 deletions

View File

@@ -902,3 +902,4 @@
- *TODO* Make class naming rules more consistent in module defaults - meaning add all class naming defaults to the very top of all modules, saving time and space when simplified flavors kick in.
- Updated `table` module's definitions and variables, added **hidden flag** `$include-striped-table` in order to make sure `.striped` `table`s can be turned on and off.
- Cleanup of relevant variables and comments in flavor files.
- Updated `card` module, splitting into main file and mixins, cleanup in flavor files for the module.