What I learned from Complete CSS
What I leanred from going over Complete CSS #
Misc #
- Biggest problem organizations have is with layout & spacing
- People write magic numbers like there is no tomorrow. This also match my expirience, I've seen 0.4538970 numbers like that by some colleges.
- don't, in your arogance or ignorance, change the utility, but create your exeption instead. This lession landed on my 👃.
- don't change responsive grid, instead add exeption
Type Fluidity (Utopia) #
I knew about utopia for some time now but I never really dived deeper. I didn't really understood too much to be completally honest, but I think I got enough so that I:
- created snipet in my codepen.io/ so I can quickly setup both type and space
- can use it
Lession 8 - Flexible layout compositions #
https://piccalil.li/complete-css/lessons/8
- use exeption, don't extend utils
- use compositional layouts when you can, but this is not "must" when needed, feel free to make custom layouts
Resources #
Action #
- dive deeper into utopia
- read html5-article-section Andy got really influenced by
- Next: Fix attention
- Previous: Origin Story of Relational Databases