You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 1, 2024. It is now read-only.
I don't know if it's an expected behavior, but in my app.js I import some css files that are loaded in the global scope (styling for the HTML tags, body, etc).
When I open carte blanche and I visit the home page, everything is okay. When I open one of the components pages, the document.styl get loaded globally and changes the style of the whole Carte Blanche page.
To note that it doesn't happen with all the files I load, for example, only document.styl get loaded, even if I load at the exact same way even other two styl files.
I would expect those files to be loaded inside the iframes, not inside the top page.
I don't understand why this is happening tho.
The text was updated successfully, but these errors were encountered:
That's definitely a bug, those styles shouldn't be injected into the main CarteBlanche. Do you have some sample code by chance? How are you importing the files?
I don't know if it's an expected behavior, but in my
app.js
I import some css files that are loaded in the global scope (styling for the HTML tags, body, etc).When I open carte blanche and I visit the home page, everything is okay. When I open one of the components pages, the
document.styl
get loaded globally and changes the style of the whole Carte Blanche page.To note that it doesn't happen with all the files I load, for example, only
document.styl
get loaded, even if I load at the exact same way even other two styl files.I would expect those files to be loaded inside the iframes, not inside the top page.
I don't understand why this is happening tho.
The text was updated successfully, but these errors were encountered: