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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: