1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-08-28 16:19:49 +02:00

Updated base

This commit is contained in:
Angelos Chalaris
2016-10-12 20:15:17 +03:00
parent 2f8b20432d
commit 4c4c06e2d3
2 changed files with 13 additions and 48 deletions

View File

@@ -27,4 +27,6 @@
- Removed the styling fix for `figure` for IE 8. `figure` styling will probably be built from the ground up in the core anyways, so this should not be a problem.
- Kept styling fixes for `figure` and `figcaption` for IE 9-. These elements are supported by IE 9, but not the older versions of IE.
- Kept the styling fixes for `article`, `aside`, `footer`, `header`, `nav` and `section` for IE 9-. Elements are only supported in IE 9.
- **Organized and cleaned the base**
- Merged styling fixes for `article`, `aside`, `footer`, `header`, `nav` and `section` with fixes for `figure`, `figcaption` and `main`.
- Merged styling for `kbd`, `code`, `pre` and `samp`.