1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-08-11 16:33:58 +02:00

Squashing bugs for alt size cards

This commit is contained in:
Angelos Chalaris
2016-11-13 23:49:32 +02:00
parent 838861d1a7
commit 5d2d6a6422
4 changed files with 11 additions and 12 deletions

View File

@@ -444,3 +444,4 @@
- Pushed the urgent `fluid` `card` fix to all deployed pages.
- Removed the `playground` page as its purpose was fulfilled.
- Closed issue #31 for good.
- Squashed another major bug in the `make-card-alt-size` mixin, stemming from the use of the conditions and logical operators in that. The issue was thoroughly tested and resolved for all cases. `&&` was replaced with `and` in said condition combination.