Luke Jackson
Luke Jackson
I just dug into the stylis source code which is vendor'd in the project. It currently adds `11786b` but includes features like plugins, autoprefixing and minification which I'm assuming most...
Addresses #4 by adding a cache for both rule sets and individual rules applied under a given theme. I'm not 100% sure wether this is necessary or even beneficial with...
Am I doing something wrong?
- [x] Use mutation observer API
Something like the following, will not work: ``` { background: 'red', '::after' : { content: 'Hello', } } ``` Content will get the value `Hello` rather than a string `'Hello'`...
There is a lot of activity around https://github.com/hyperapp/hyperapp/tree/V2 of late. There are still some decisions to be made around final APIs but I thought it would be cool to see...