sveltejs / gl

A (very experimental) project to bring WebGL to Svelte
https://svelte.dev/repl/8d6d139a3d634c2fb1e1ff107c123dd5?version=3.16.4
MIT License
603 stars 26 forks source link

Change generic class name(s)? #30

Open yorgyetson opened 4 years ago

yorgyetson commented 4 years ago

In Scene.svelte, the parent div for the canvas is given the container class. I get that this is fine with Svelte as intended, but when using a css framework like Tailwind, this can be problematic.

Can we change this to something like .sceneContainer instead? Maybe someone else can come up with a better name.

I'm not sure if there are any other similar conflicts with other classes, this is the only one I've seen so far.