Skip to content

osrd-ui stylesheets leak outside of osrd-ui components #988

Open
@emersion

Description

@emersion

Rules like the following are included in our dist CSS files:

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

@RostomBoudi suggested either nesting all rules under osrd-ui specific classes, or disabling TailwindCSS preflight rules.

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind:bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions