In backbone-wrapper.tsx, there's an import for widgets-base.css and another one for widgets.css. However, it seems like widgets.css itself already imports widgets-base.css.
This is probably very minor and probably de-duped during webpack build, but just pointing it out in case it's helpful.
In backbone-wrapper.tsx, there's an import for
widgets-base.cssand another one forwidgets.css. However, it seems like widgets.css itself already imports widgets-base.css.This is probably very minor and probably de-duped during webpack build, but just pointing it out in case it's helpful.