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
Import ai-edge-model-explorer-visualizer into the Vue project. After loading successfully, the dist/static_files/styles.css style will pollute the entire project.
The intuitive feeling is that the font and font spacing will become larger. The reason is that there are many global HTML and body styles in style.css
I had to place static files in my own public directory and manually remove the styles in style.css to avoid contaminating the styles of other pages.
Can a parameter be provided to not load style.css or to convert the global styles in style.css into local styles?
Import ai-edge-model-explorer-visualizer into the Vue project. After loading successfully, the dist/static_files/styles.css style will pollute the entire project.
The intuitive feeling is that the font and font spacing will become larger. The reason is that there are many global HTML and body styles in style.css
I had to place static files in my own public directory and manually remove the styles in style.css to avoid contaminating the styles of other pages.
Can a parameter be provided to not load style.css or to convert the global styles in style.css into local styles?