File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changes to @csstools/normalize .css
22
3+ ### 11.0.0 (August 20, 2020)
4+
5+ - Added: Correct table border color inheritance in all Chrome, Edge, and Safari.
6+ - Added: Remove text indentation from table contents in Chrome, Edge, and
7+ Safari.
8+ - Added: Correct the inheritance of border color in Firefox.
9+ - Added: Evergreen variations of normalize.css (basically, without IE support).
10+
311### 10.1.0 (June 3, 2019)
412
513- Fixed: ` Edge ` comments without ` Chrome ` are are changed to ` Edge 18- ` .
98106- Changed: Moved unsorted rules into their respective sections.
99107- Changed: Explicitly defined font resets on form controls.
100108- Updated: ` summary ` style in all browsers.
101- - Updated: Text-size-adjust documentation
for IE on Windows Phone
109+ - Updated: Text-size-adjust documentation for IE on Windows Phone
102110- Updated: OS X reference to macOS
103111- Updated: Semver strategy.
104112
Original file line number Diff line number Diff line change 11{
22 "name" : " @csstools/normalize.css" ,
3- "version" : " 10.1 .0" ,
3+ "version" : " 11.0 .0" ,
44 "description" : " A cross-browser CSS foundation" ,
55 "author" :
" Jonathan Neal <[email protected] >" ,
66 "contributors" : [
2121 ],
2222 "scripts" : {
2323 "prepublishOnly" : " npm test" ,
24- "test" : " stylelint normalize.css opinionated.css"
24+ "test" : " stylelint normalize.css evergreen.css opinionated.css opinionated.evergreen .css"
2525 },
2626 "devDependencies" : {
2727 "stylelint" : " ^13.6.1" ,
You can’t perform that action at this time.
0 commit comments