dcsil / dream-team

Team repository for Dream Team
https://dreamtune-cdf8a.web.app/auth/login
0 stars 1 forks source link

Refactor CSS files for element names #144

Closed ribhav99 closed 4 years ago

ribhav99 commented 4 years ago

All css files are loaded together so if I have an element with id "something" in some file and another file has another element with id "something", the css will affect both even though it's not been imported in the other file.

Essentially, I was setting a css attribute for Table, and it affected all tables in all directories.

RyanMarten commented 4 years ago

Don't think that this is applicable. Also use ID descriptors if so