awesome-css-group / awesome-css

:art: A curated contents of amazing CSS :)
Creative Commons Attribution Share Alike 4.0 International
5.04k stars 422 forks source link

link added in tutorials #139

Closed muddlebee closed 6 years ago

muddlebee commented 6 years ago

What does this PR do?

Which issue is this PR related to?

If not related to any issue leave blank.

Does this PR follows our contribution guidelines?

troxler commented 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.

muddlebee commented 6 years ago

Eh outdated? I don't agree with that. Everyone should have the basic foundations good before moving on to so called css frameworks.

troxler commented 6 years ago

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+.

All that seems pretty outdated to me.