Jason Miller
Jason Miller
Webpack has that feature built-in! However I do think it would be useful to collect them up into a single place. Definitely worth exploring!
@jimblue This one is taking a while because @kuldeepkeshwar and I have been discussing structural options. I think we landed on a monorepo setup, but I haven't had a chance...
I would be happy to merge a PR to add support, but I don't currently have the bandwidth to do this myself.
I like the updated format suggestion @timarney. One nit though: it's super easy to format the output and I'd rather keep that separate from the JSON. Instead, we should have...
@smashercosmo Need a bit more info to debug this - how are you generating the CSS files? If you're using a plugin like extract-text-plugin or mini-css-extract-plugin, can you paste the...
@MayorMonty probably best here - what version of Preact are you using? In 7.x and prior, element recycling could trigger issues like you were seeing where the styles for a...
I think this has something to do with component recycling. Working on a revamp of that right now.
@unindented Alright, it looks like this is because of another one of MDL's lovely "wrapper" divs. When we're upgrading the input element to an MDL slider, they actually rip it...
hate to dredge up an old thread, but this will be fixed here in order to fix compatibility with `preact@beta`, which no longer removes unknown elements by default.
Oops, I did it again!