I'm a freelance PHP architect from the Netherlands with almost 20 years of experience. I help small teams and agencies with modernizing and cleaning up messy PHP codebases.
Accessibility Specialist. I focus on ensuring content created, events held and company assets are as accessible as possible, for as many people as possible.
Nice one. Reminds me of using
border: 1px solid redas a debug tool.This could be nice in a separate stylesheet for development environment only. Don't want to broadcast I'm an idiot on my site 😁
Oh very much a development only stylesheet!
I personally have it linked to my environment settings so I can't accidentally include it in production!
However the second part of this system is for production and development as it just stops developers doing things wrong!
For a simple example:
<div class="btn-large"just won't work as the selector is forbutton.btn-large, a.btn-large!More on that in the next post! 😉❤