momentum-design/momentum-ui

Momentum CSS interfering with Top level CSS

Open

#466 opened on Nov 6, 2019

 (4 comments) (0 reactions) (0 assignees)SCSS (223 forks)auto 404
@coreenhancementhelp wanted

Repository metrics

Stars
 (212 stars)
PR merge metrics
 (PR metrics pending)

Description

Some CSS notations are colliding with our consumers UI. Because of the same CSS locators on a single page and making the UI unstable. These classes should all be scoped out using a namespace. this problem mostly focuses on the layout-grid module using common names such as row , column, etc.

I would recommend adding a prefix such as md to all these class names to be scoped out properly.

Contributor guide