Open
Description
Hey Jarno, great docs and tips!
You're one of the few guys who mention inheritance, kudos to you :)
fwiw we implemented a styles encapsulation feature in suitcss preprocessor that tries to solve this issue by making inheritance opt-in and predictable i.e. you have to specifically set inherited properties to inhert
like font-size: inherit
.
The idea doesn't require a preprocessor but obviously with one you can automate the process.
I just wanted to mention it, up to you if you want to include a paragraph about this.