Current Behavior
assets/scss/_styles_project.scss has been bloated by the addition of lots of rules that should ideally be in other files. Take .td-sidebar for example: this rule really belongs in _sidebar-tree.scss. There are some rules in other files that belong to the wrong file.
Expected Behavior
Splitting _styles_project.scss would prevent having to deal with a bloated monolith down the line. Other out of place rules should be identified as well to improve the codebase.
Contributor Guide and Resources
Current Behavior
assets/scss/_styles_project.scsshas been bloated by the addition of lots of rules that should ideally be in other files. Take.td-sidebarfor example: this rule really belongs in _sidebar-tree.scss. There are some rules in other files that belong to the wrong file.Expected Behavior
Splitting
_styles_project.scsswould prevent having to deal with a bloated monolith down the line. Other out of place rules should be identified as well to improve the codebase.Contributor Guide and Resources