We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This style guide for CSS looks pretty good to me: http://mdo.github.io/code-guide/#css
While that is online and actively maintained, we could just link to it. Its MIT licensed, so we could also integrate it here.
From the HTML section we could take over the sections on "Attribute order" and "Boolean attributes", if we want to adopt those.
The text was updated successfully, but these errors were encountered:
There are multiple differences between our CSS style and mdo's CSS style.
Sorry, something went wrong.
For HTML, I think we already follow the boolean attributes rule, though we do have some files that need to be valid XHTML, so it's not possible there.
I disagree with the attribute ordering. I think type should always be first for <input>.
type
<input>
Not much left over then. I'll leave it to @uGoMobi to write a style guide for CSS, if he's interested.
No branches or pull requests
This style guide for CSS looks pretty good to me: http://mdo.github.io/code-guide/#css
While that is online and actively maintained, we could just link to it. Its MIT licensed, so we could also integrate it here.
From the HTML section we could take over the sections on "Attribute order" and "Boolean attributes", if we want to adopt those.
The text was updated successfully, but these errors were encountered: