Is there a way to add prefixes to each Bootstrap class in CSS and JS files to prevent name collisions within a Bootstrap4 SCSS-based build?
I attempted using the bootstrap namespace prefixer tool found at https://github.com/faucamp/bootstrap_namespace_prefixer, however, it only works with Bootstrap3 based files.