First, that's great to hear! Can you tell me more?
I still believe in the mindset of HTML-first, but some caveats (in a nutshell):
- too many CSS tricks can be a bad practice for accessibility and maintainability, sometimes JS is better and simpler.
- Be careful not to invent your own framework.
Comments
I still believe in the mindset of HTML-first, but some caveats (in a nutshell):
- too many CSS tricks can be a bad practice for accessibility and maintainability, sometimes JS is better and simpler.
- Be careful not to invent your own framework.