Many of the changes introduced by Normalize 6 were disruptive. The project maintainer now believes that to have been a mistake. Normalize 7 has reverted those changes. (There's a long issue thread about the reasons here: https://github.com/necolas/normalize.css/issues/664)
This commit shows what changed in Normalize 7: https://github.com/necolas/normalize.css/commit/b4a8fdaf8321093b1e3cad612fb76cf2b7d3275d
Can we update to Normalize 7?
+1 #374
Actual version of Tachyons is not usable.
@johnotander @mrmrs
Why is it not usable?
Sent from my iPhone
On 11 May 2017, at 09:08, Azim Khakulov notifications@github.com wrote:
+1 #374
Actual version of Tachyons is not usable.
@johnotander @mrmrs
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
@mrmrs because tachyons using broken normalize version.
It broke my body element, because of removed margin: 0
Buttons text looks smaller so broke my UI
Same as @khakulov here, just updated to [email protected] and my project was broken because of the margin in body and some font reset...
Anyway, I wouldn't say that is not usable, but is quite more difficult.
You can always add normalize yourself until the Tachyons one is updated.
I did a git rebase -i and updated normalize.css 7.0.0 then reran the build process. Here's the PR https://github.com/tachyons-css/tachyons/pull/374
This is possibly related to normalize… body { margin: 0 } is missing from tachyons since v4.7.2. But, normalize 7.0 seems to have it.
Resolved as of #384 and Tachyons v4.7.4.
Yep, this has been resolved in our latest version. Let us know if you encounter any other issues, thanks for opening!
Most helpful comment
Yep, this has been resolved in our latest version. Let us know if you encounter any other issues, thanks for opening!