Max

Results 387 comments of Max

I am interested to contribute and this would be nice to have a MIT or something like that :)

@davedelong this would help to somehow close #23 as the error would become more obvious :)

Sorry I have no idea, I don't use any of this loader, nor webpack this days. Not sure why you poke me, but please try to not kind of randomly...

Instead of changing, could we create an alias ? Could be straight forward :)

Any way to allow a longer name is good to me. I was thinking about the simpler approach to avoid to much code and maintenance but if you prefer a...

No, it’s not valid. A capital letter is required :)

+1 ``` css :root { --vr-Color-documentBackground: var(--vr-Color-lightbluegrey); } ``` This module cant parse both declaration name & value :(

Also what could be interesting for (2) is that we have a way to ignore some require() to be considered. See https://arunoda.me/blog/ssr-and-server-only-modules for an example. Webpack have its IgnorePlugin for...

The way I currently build themed apps (for light, dark only but code prepared for more theme) is that I build a static stylesheet & another bundle of themed stylesheets...

Maybe we should "just" have colors (string) and platformColors ? That would definitely make things harder to bind, but maybe not that hard & would let some people to have...