MortarJS / Mortar-JS

A React-powered framework that provides building blocks to craft and customize powerful data management tools for the web.
MIT License
101 stars 3 forks source link

Remove material.css and bootstrap.css as silent dependencies #24

Open walterbm opened 8 years ago

walterbm commented 8 years ago

Many Mortar components are currently relying on styling provided by material.css and bootstrap.css. Mortar components should not rely on any outside styling libraries.

Look at the classes that any Mortar components uses. If those are classes declared by material.css or bootstrap.css there is a risk that the component is relying on outside styling. Name-space the classes with mortar- and pull any missing styling into the Sass partial for the component.