This repository has been archived by the owner on Jun 3, 2024. It is now read-only.
Update from 0.37.7 to 0.38.0 break local css for Dash components #380
Labels
dash-type-bug
Something isn't working as intended
TL;DR:
0.37.7 -> 0.38.0
breaksdcc
css styling.I have styled some
dcc
in a local.css
file — e.g.:The file is stored in my
asset
folder. It contains other style for other elements too.When I upgraded from
0.37.2
to0.38.0
, the css file is still loaded (other elements do get styled), however,dcc
are not styled anymore:pip install -Iv dash-core-components==0.37.2
: OK (right dropdown size)pip install -Iv dash-core-components==0.38.0
: ERROR (dropdowns are styled as default, despite css)The text was updated successfully, but these errors were encountered: