DominoKit / domino-ui

Domino-ui
Apache License 2.0
216 stars 44 forks source link

Enable auto css injection instead of add links in the host page #79

Open ainslec opened 6 years ago

ainslec commented 6 years ago

Hello,

I'm wondering if it's possible to build Domino so that it doesn't require to access any CSS or HTML accessed externally? That is, everything is baked into the compiled JavaScript.

Could this be achieved, or will it never happen?

Chris.

vegegoku commented 6 years ago

The css that domino-ui uses is part of the domino-ui jar, it does not reference any css or html from external source. or do you mean to auto inject the css in the page?

ainslec commented 6 years ago

Yes, I mean auto-injection, have you considered it? Or maybe make auto-injection configurable?

vegegoku commented 6 years ago

this is already in the road map, once we reach the styles restructuring we will implement it.