Is there any possible to get the generated class by Master CSS ? #59
Unanswered
jackyyangtw
asked this question in
Help
Replies: 3 comments 2 replies
|
@jackyyangtw Are you referring to the source of the styles used in the iframe come from CSS rules generated by the parent window rather than the rules generated according to the class name in the iframe? |
1 reply
|
@jackyyangtw Master CSS JIT mode observes changes in DOM class names on the browser side to instantly generate corresponding CSS rules and inject them into running style sheets. |
0 replies
|
We're also currently working on an AOT mode that allows you to generate a static CSS file. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I have an iframe page which built width Master css cdn, but the parent site rendering the iframe content strangely, it looks like some conflict with parent page and Master css. Is there any possible to get the generated class by Master CSS(maybe to generate a css file)? Or is there any other solution for this case ?
All reactions