DEV Community

[Comment from a deleted post]
Collapse
 
aussiearef profile image
Aref Karimi

Is it possible to mix and match css frameworks in one given app?

Collapse
 
dasshounak profile image
Shounak Das

Yes. You can use multiple frameworks in one project. But, I won't recommend doing that, as the style might break somewhere when two or more frameworks would be using the same class name. Its better to use only one.