De-duplicate Doks' customized Bootstrap SCSS variables from default ones · Issue #68 · thuliteio/doks-core · GitHub
More Web Proxy on the site http://driver.im/
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
Bootstrap's default _variables.scss and _variables-dark.scss are already loaded by app.scss, so we can clean up Doks custom variables without breaking the site.
Motivation
Maintainability.
The text was updated successfully, but these errors were encountered:
Summary
Doks heavily customizes Bootstrap SCSS variables (which is fine, of course). But when developing Doks inital styling, the whole set of Bootstrap variables was basically duplicated (only the
!default
modifiers were removed).Ideally, only the SCSS rules that deviate from Bootstrap's defaults should be included in Doks'
_variables.scss
and_variables-dark.scss
.Bootstrap's default
_variables.scss
and_variables-dark.scss
are already loaded byapp.scss
, so we can clean up Doks custom variables without breaking the site.Motivation
Maintainability.
The text was updated successfully, but these errors were encountered: