dactyl icon indicating copy to clipboard operation
dactyl copied to clipboard

Split up SCSS for easier derivatives

Open mDuo13 opened this issue 4 years ago • 0 comments

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.

mDuo13 avatar Jun 04 '20 21:06 mDuo13