Nathan
Nathan
Will be fixed shortly, thanks!
@paulirish this is very problematic with material design spinners when used in an application transition state. Can we expect any improvements here in the medium term?
Here's a rough demo I did before using webpack 2 in a proper project with this gem: https://github.com/nathanmarks/rwptest
Yeah, I think that we should change that.
@rosskevin I've found they are quite long too. I think this would be a good move. In most situations, the className is going to be unique even without the hash....
@blackcathacker You're 💯 correct. Many people will want to precompile the CSS into a separate file and that's totally a possibility. Not unlikely at all. There's actually a bunch of...
@blackcathacker If you're not planning on doing anything fancy such as customizing the theme on the fly, it should be possible to precompile all the CSS. I think this will...
@kof Definitely, this project started out very much as an experiment (and still is somewhat), `material-ui` has some specific needs that I tried to address here. I'll write a more...
@kof I agree that it would be great to pool effort towards a project. I'm still intending on writing an overview of the requirements/difficulties/findings I encountered trying to find a...
@kof There are a few difficult issues that I encountered trying to rig up a solution for `material-ui` using `jss` (and a couple of other libs). An important thing to...