bblfsh / web

Web client for Babelfish server
http://dashboard.bblf.sh
GNU General Public License v3.0
23 stars 21 forks source link

Refactor styling #214

Closed smacker closed 5 years ago

smacker commented 5 years ago

We need it to be able to easily override styles. Less instead of any other preprocessor was chosen to match superset one.

Similar to styled-components new css classes don't use css cascade and have bblfsh prefix to be unique in a larger application.

Components themselves don't import styles to make it easier to integrate to another codebase.

Standalone UI looks absolutely the same as before. Superset UI with very little overriding:

Screenshot 2019-04-26 at 19 16 45