Skip to content

Conversation

@joshsmith
Copy link
Contributor

What's in this PR?

Brings in some changes to the project and the sidebar.

@joshsmith joshsmith force-pushed the update-designs-of-project-page branch from 6a6c987 to b27d55b Compare February 13, 2017 23:14
margin-right: $margin-right;
width: $width;

&nth-child(#{$number}n) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Is the last n here the placeholder that was supposed to be taken out?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

No this is the _x_n-th item we want that to happen on. That means it repeats.

Copy link
Contributor

Choose a reason for hiding this comment

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

Ahh gotcha, makes sense


.project-main {
@include span-columns(8);
@include media($lg-screen) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Just for my knowledge, where does the media($lg-screen) come into play? I see from the _breakpoints.scss its defining sizes but how does it recognize/render this?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Just normal media breakpoints. Browser behavior comes into play here.

@@ -1,10 +1,4 @@
.project-long-description {
Copy link
Contributor

Choose a reason for hiding this comment

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

Also remove the class in the component js file?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I didn't remove that because I like to keep the component 1-1 with classes, even if it doesn't have styling.


{{project-long-description project=project}}
<div class="project-main">
{{project-long-description project=project}}
Copy link
Contributor

Choose a reason for hiding this comment

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

Include this tag and class in the component js?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

There may be more things that go into the main area.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

See the sidebar below to see what I mean.

@joshsmith joshsmith force-pushed the update-designs-of-project-page branch from b27d55b to 1884764 Compare February 14, 2017 08:24
@joshsmith joshsmith requested a review from begedin February 14, 2017 08:24
Copy link
Contributor

@begedin begedin left a comment

Choose a reason for hiding this comment

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

Not much to say about this from me, other than that it looks good.

Copy link
Contributor

@npendery npendery left a comment

Choose a reason for hiding this comment

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

Looks good to me!

@joshsmith joshsmith force-pushed the update-designs-of-project-page branch from 1884764 to 7343508 Compare February 14, 2017 18:46
@joshsmith joshsmith merged commit a47bc6e into develop Feb 14, 2017
@joshsmith joshsmith deleted the update-designs-of-project-page branch February 14, 2017 19:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants