extension-examples
extension-examples copied to clipboard
Align CSS classnames definition
...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
I'll do this in the next PR. Thanks.