
I wrote a customizable CSS engine in JavaScript
Custom selectors, custom rules and custom events. You determine its behavior
For some things CSS is simply not enough, we need JavaScript. I’m sure that we all experienced it not once, nor twice, the feeling of wanting to have a specific behavior or style that aren’t supported by CSS. An arbitrary example: selecting an element based…