Dyalog / ewc

Experiments with JavaScript-based GUI
MIT License
1 stars 3 forks source link

Inconsistency between CSS and Css #72

Open cursork opened 2 weeks ago

cursork commented 2 weeks ago

The JS side only expects 'CSS' and not 'Css'. See e.g. EWC/classes/button/Supported.apla ('Css') vs EWC/classes/subform/Supported.apla ('CSS')

We should be consistent everywhere, and avoid the confusion. If we choose 'Css', it's not a big fix on the JS side.