Skip to content

the static_files/styles.css style will pollute the entire project. #494

Description

@huasor
  • 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?

Image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions