Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move widget-specific scss out of default.scss #9

Closed
davefp opened this issue Apr 29, 2016 · 1 comment
Closed

Move widget-specific scss out of default.scss #9

davefp opened this issue Apr 29, 2016 · 1 comment

Comments

@davefp
Copy link
Owner

davefp commented Apr 29, 2016

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

@davefp
Copy link
Owner Author

davefp commented May 16, 2016

Fixed in #14

@davefp davefp closed this as completed May 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant