Skip to content

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

Merged
merged 7 commits into from
Dec 11, 2017
Merged

general cleanup #184

merged 7 commits into from
Dec 11, 2017

Conversation

tjheffner
Copy link
Contributor

what i could pull back from msk:

  • cleaned up 00-base a little bit,
  • moves breakpoints & spacing into the scss2json pipeline,
  • added target="_blank" in a few spots,
  • added fontawesome icons
  • started to clean up the templates & homepage pages, still needs some work to fit the out-of-box bootstrap paradigm

should hit some parts/all of these issues:
#177
#169
#157
#125 [this issue desc. should get copied into docs]
#155

Copy link
Contributor

@jryanconklin jryanconklin left a 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": {
Copy link
Contributor

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?

Copy link
Contributor Author

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';
Copy link
Contributor

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 @@
///
Copy link
Contributor

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?

Copy link
Contributor Author

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,
);

Copy link
Contributor

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).

@illepic illepic merged commit 9fa4ba2 into epic/v10 Dec 11, 2017
@illepic illepic deleted the feature/v10/cleanup branch December 16, 2017 00:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants