olsonpm
olsonpm
My understanding of OP's request at the time was exactly [what you addressed here](https://github.com/dtao/lazy.js/issues/215#issuecomment-363173803). Since then I've learned about functional programming however and think a better explanation of transducers [can...
The styles const is unused, so you can just remove it. There are a billion ways to tackle css organization and tracking dependencies, the author used one that I also...
did you check my code snadbox link?
glad you got it working :) . we're all fools for developing for the web haha. it's mentally straining!
Just wanted to add that javascript objects never had iteration order defined by the spec which proved to cause a lot of bugs. This is why they specified iteration order...
Whoops, this PR also needs to add documentation for the new schema property. And i'm not sure, but this seems like the second schema property that affects behavior outside kiln,...
@evilebottnawi - I'm very new to postcss but have a need for this plugin. I'd help with maintenance if you chose to fork it, gonna fork it myself to make...
I ended up just creating https://github.com/olsonpm/postcss-create-mq-ast instead. The csstree parser will eventually be merged into postcss and it parses media queries, so it's an interim solution. It also made life...
you mean attach an csstree ast to all at-rule nodes?
good idea. i only focused on the media query because that's all i needed. i'll look into it tomorrow