This repository was archived by the owner on Mar 1, 2025. It is now read-only.
update normalize.css#1
Merged
Traxmaxx merged 40 commits intoTraxmaxx:masterfrom Sep 5, 2011
idflood:master
Merged
Conversation
Remove <tags> from CSS comments to avoid any problems with CSS formatting tools.
…t display is inline. Fix necolas#10
…nclude explicit <img> and <svg> tests.
…/7 list-style bug with nav, fix necolas#25
…ing dropped in IE8
…ent, valid input values, SVG shape.) Close necolas#32
…nd hidden with proper compilation options, ex: sass -t compressed normalize.sass normalize2.css)
Author
|
It's not completly related but it may interests you.I've also created a new branch. It's essentially normalize.scss integrated as a compass extension. https://github.com/idflood/normalize.css/tree/extension |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi,
it's great to see someone having exactly the same idea. So instead of creating the sass from scratch I updated yours. I took the liberty to change some spacing and add variables. I also changed the comments to be multiline so they can be displayed on the output css ( a compiler option can remove them )
There is a little text in the readme explaining why sass is a good choice. Maybe you could try to make another pull request, I really think sass is adding value here.
By the way, thanks for your work.