You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently all styles are defined in default.scss. This poses problems for sharing widgets, and makes it harder to find styles for the widget you're working on.
Instead, widget styles should be moved to an appropriately-named file in the widgets folder.
e.g. Styles for the number widget would go in widgets/number_widget.scss alongside widgets/number_widget.jsx
The text was updated successfully, but these errors were encountered:
Currently all styles are defined in
default.scss
. This poses problems for sharing widgets, and makes it harder to find styles for the widget you're working on.Instead, widget styles should be moved to an appropriately-named file in the widgets folder.
e.g. Styles for the number widget would go in
widgets/number_widget.scss
alongsidewidgets/number_widget.jsx
The text was updated successfully, but these errors were encountered: