scenevr / client

:punch: Web client
7 stars 2 forks source link

Remove dependency on .less file #122

Open bnolan opened 9 years ago

bnolan commented 9 years ago

Use some kind of javascript css framework to apply styles via javascript, instead of depending on the browser to load the correct .css file and apply it. Prevent pollution of the css global scope.