muicss / mui

Lightweight CSS framework
https://www.muicss.com
Other
4.51k stars 426 forks source link

Merging MUI and Pre-existing Bootstrap? #264

Open adoshem opened 6 years ago

adoshem commented 6 years ago

I'm very interested in your CSS Framework. The problem is we are already using bootstrap heavily and cannot remove it. Is there any way of merging your MUI framework into an existing bootstrap application.

amorey commented 6 years ago

Yes! Using MUI with Bootstrap shouldn't be a problem. Try using the mui-noglobals.css file to use MUI without global CSS rules:

<link href="//cdn.muicss.com/mui-0.9.35/extra/mui-noglobals.min.css" rel="stylesheet" type="text/css" />
amorey commented 6 years ago

@adoshem Any updates on using MUI-noglobals with Bootstrap?