initialize-css
Version:
Initialize.css is a complete and customizable collection of CSS best practices based on Normalize.css and HTML5 Boilerplate. Available in CSS and configurable SASS (SCSS) and LESS format.
47 lines (30 loc) • 996 B
Markdown
# Changelog
## v1.4.0
* Update LESS version, was out of sync
* Update with Normalize.css v7.0.0
## v1.3.2
* Fix validation issues for .optional-prop mixin in Less version.
## v1.3.1
* Update files in dist folder
* Move changelog file to root
## v1.3.0
**Fixed bugs**
* Fixed mixin bug in LESS file
**Improvements**
* Add comments for every feature
* Add changelog
**Normalize.css changes**
* Address inconsistent styling of b and strong.
* Correct `hr` overflow in IE 8/9/10/11 and Edge 12.
* Ensure `mark` long-hand background declaration usage.
* Remove color inheritance from form controls.
* Address inconsistent styling of abbr[title].
* Correct inheritance and scaling of font-size for preformatted text.
* Replace focus style removed in the border reset in Firefox 4+.
* Remove opinionated table resets.
## v1.2.0
* Add LESS support
## v1.1.0
* Add optional print styles (based on HTML5 Boilerplate)
## v1.0.0
* Add IE10 to "dinosaur mode" and set it to "false" by default