jupyterlab / extension-examples

JupyterLab Extensions by Examples
BSD 3-Clause "New" or "Revised" License
454 stars 167 forks source link

Align CSS classnames definition #149

Open fcollonval opened 3 years ago

fcollonval commented 3 years ago

...the documentation seemed to indicated that they were moving away from that practice: "CSS classnames are defined inline in the code. We used to put them as all caps file-level consts, but we are moving away from that." (https://jupyterlab.readthedocs.io/en/stable/developer/css.html)

Originally posted by @adpatter in https://github.com/jupyterlab/extension-examples/pull/148#r575694491

It would be good to align the example with the JupyterLab recommendation

adpatter commented 3 years ago

I'll do this in the next PR. Thanks.