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

Center block disabled by default

This commit is contained in:
Angelos Chalaris
2017-01-31 10:31:04 +02:00
parent 1f03644282
commit dd8f436d64
7 changed files with 39 additions and 87 deletions

View File

@@ -794,3 +794,6 @@
- Added flags for `floats` and `clearfix`, turned both utilites of by default, as they are mostly useless.
- After removing the two components mentioned above, size is now `6.89KB`.
- `center-block` turned off using a flag by default. File size is now `6.87KB`. All legacy utilites have been disabled by default.
- Updated `utility.html` page to reflect the fact that these utilities are no longer present by default.
- Updated `quick_reference.html` to reflect the fact that these utilities are no longer present by default.