Closed muddlebee closed 6 years ago
Thanks for contributing :)
LearnLayout.com is pretty dated though, and thus not an awesome resource anymore. I don't think we should add it to the list. Quality is more important than quantity.
Eh outdated? I don't agree with that. Everyone should have the basic foundations good before moving on to so called css frameworks.
Everyone should have the basic foundations good before moving on to so called css frameworks.
I agree with you on that.
Eh outdated? I don't agree with that.
Have a look at their repository and you can see by yourself that it indeed has not seen substantial updates in the last years. It also contains clearly outdated content, for example about box-sizing
:
Since box-sizing is pretty new, you should use the -webkit- and -moz- prefixes for now, as I have in these examples. This technique enables experimental features in specific browsers. Also, keep in mind that this one is IE8+.
box-sizing
(with a vendor prefix) was Firefox 2 in 2006.box-sizing
directly and does have a worldwide usage of over 0.03%. All that seems pretty outdated to me.
What does this PR do?
Which issue is this PR related to?
Does this PR follows our contribution guidelines?