-
Notifications
You must be signed in to change notification settings - Fork 115
general cleanup #184
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
general cleanup #184
Conversation
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.
Looks great! Thanks Tanner!
@@ -10,6 +10,18 @@ | |||
"dark": "rgb(52, 58, 64)", | |||
"test": "rgb(255, 192, 203)" | |||
}, | |||
"scssBreakpoints": { |
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.
Nice. If we update this in the grid component, this will update correct?
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.
these values are coming from bootstrap's $grid-breakpoints(). if needed, they would get overridden probably inside of _variables.scss, similar to how we are able to override $theme-colors()
@import 'forms'; | ||
@import 'tables'; | ||
@import 'transitions'; | ||
@import 'printing/type'; |
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.
This is much clearer. Thank you!
@@ -0,0 +1,37 @@ | |||
/// |
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.
Are we going to aim to have this more fully documented on the front end docs project?
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.
yes. this is mostly a companion to the large comment in _base.scss, the other "main" sass file, to hopefully really underscore the printing/nonprinting difference. that distinction should/will be covered thoroughly in the FE docs
m: 25px, | ||
l: 50px, | ||
); | ||
|
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.
Comment right here that this is where we can override bootstrap variables (that aren't just overriden in a component later on).
what i could pull back from msk:
should hit some parts/all of these issues:
#177
#169
#157
#125 [this issue desc. should get copied into docs]
#155