-
-
Notifications
You must be signed in to change notification settings - Fork 79k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clean up docs Sass code. #27443
Clean up docs Sass code. #27443
Conversation
XhmikosR
commented
Oct 15, 2018
- remove unused rules
- use Sass nesting in more places
- use the core mixins in more places
- use the color variables more
* remove unused rules * use Sass nesting in more places * use the core mixins in more places * use the color variables more
528a4f3
to
7c5b3a8
Compare
// .bd-brand-item .glyphicon-remove { | ||
// background-color: #d9534f; | ||
// } | ||
// Heading content within |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are no headings in .bd-brand-item
, this can be removed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
True, but note that I didn't remove all unused CSS. Just whatever I found while digging at it.
This is a nice cleanup. I think there is room for more improvements (eg. more usage of utility classes where needed), but that's something we can look into later. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Diff looks good!
@MartijnCuppens: feel free to clean the docs Sass more later; I'm pretty sure we have more unused stuff there :) |