Is it possible to limit a framework's css classes to certain sections?
I want to include some components from the materialize framework into an existing wordpress theme that uses the exact same class names. Going through the whole materialize css file and renaming every single file would be too much work and wouldn't work anyway as I also need classes like table.
I thought about using iframes but they're a real pain when it comes to responsiveness.