meteor-materialize-scss icon indicating copy to clipboard operation
meteor-materialize-scss copied to clipboard

Avoid conflicting styles?

Open mmccoy opened this issue 8 years ago • 0 comments

Changing over to this package from materialize:materialize I ran into an issue. I happen to be importing an app-specific scss partial called _global.scss, from a directory called components. Obviously this conflicts directly with the materialize namespace. I was getting wierd clobbering issues, and it took me a little while to figure out the collision.

Which brought this to mind: It might cool to try to detect namespace collisions during compilations and let the user know. Might not be a feature for this package, maybe one for fourseven:scss? Dunno, just mentioning it. Thanks for the package!

mmccoy avatar Mar 21 '16 21:03 mmccoy