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

Updated responsive visibility helper definitions

Updated the definitions of responsive visibility helpers to utilize !important, as they should have been doing since the beggining.
This commit is contained in:
Angelos Chalaris
2017-05-08 17:56:39 +03:00
parent ce03ac2a4d
commit c6056870eb
12 changed files with 26 additions and 25 deletions

View File

@@ -1107,3 +1107,4 @@
- Embedded the intro that Per Harald Borgen built for the framework in the front page (`index.html`) under the `Quick overview` heading (I think it fits quite nicely).
- Added Per Harald Borgen to the list of contributors to show my gratitude.
- Removed old classes produced using the generic shadow mixin in `utility`, replaced with `.shadowed` to let developers still have some generic shadow class. Updated docs as needed, codepens will be updated right before release.
- Updated the definitions of the responsive visibility helpers to utilize `!important` properly. Size is now `6.34KB` which seems pretty good, based on the fact that some of the existing components that are being removed were unused by most devs to begin with.