Skip to content
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

Update readme to include link to contributing readme #6

Merged
merged 2 commits into from
Oct 6, 2014
Merged

Update readme to include link to contributing readme #6

merged 2 commits into from
Oct 6, 2014

Conversation

jenndodd
Copy link
Contributor

@jenndodd jenndodd commented Oct 6, 2014

No description provided.

@stubbornella
Copy link
Contributor

This looks good, you'll need to pull the latest changes so this can be merged in.

@gpleiss & Nicole

*/

.inline-dark {
background-color: $dark-1;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of using the variable $dark-1 directly in the code file, in variables.scss you'll want to create a variable specific to this usage. For example:

$code-background-dark: $dark-1;

and then in the code.css.scss file:

.inline-dark {
  background-color: $code-background-dark;
  ...
}

@stubbornella
Copy link
Contributor

We left a few notes inline, let us know if you have questions. ;)

@gpleiss & Nicole

[finishes #77382688]
stubbornella added a commit that referenced this pull request Oct 6, 2014
Merge inline code component
@stubbornella stubbornella merged commit 17de19a into pivotal-cf:master Oct 6, 2014
aks- pushed a commit to aks-/pivotal-ui that referenced this pull request Oct 25, 2016
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.

None yet

2 participants