dactyl
dactyl copied to clipboard
Split up SCSS for easier derivatives
Dactyl's SCSS file is a monolith when it could be split into multiple smaller, modular files that are included to build the default CSS file.
Similar to Bootstrap's SCSS, Dactyl's files should make careful use of variables, !default
statements, and dividing things up by topic. This would make it easier to build a custom SCSS file that leverages some elements of Dactyl's styles and can be updated with minimal effort.
As a bonus, make an NPM package for these so it's easier for other projects to load these files along with the Bootstrap source files.