Skip to content

Conversation

@Moniarchy
Copy link
Contributor

No description provided.

Copy link
Contributor

@jrobcodes jrobcodes left a comment

Choose a reason for hiding this comment

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

Some formatting changes requested. As well, can we organize the CSS into logical files? There's a lot going on in that file and it would be easier to absorb if there were less of it, in appropriately named files. Also, I don't think it's BEM, so we should talk about the approach.

"react-dom": "^15.3.2",
"react-router": "^2.6.1"
"react-router": "^2.6.1",
"sass": "^0.5.0"
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 probably a dev dependency. Also, it doesn't look like we're using SASS?

response.render('index', { title: 'Lizardboard' });
});

router.get('/styleguide', ( request, response, next ) => {
Copy link
Contributor

Choose a reason for hiding this comment

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

Trivial whitespace changes for this route: please insert spaces between parens and params, here and in response.render

.body-div
h1.header Styleguide
h2.heading Colors
.color-div
Copy link
Contributor

Choose a reason for hiding this comment

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

Do you hate me, whitespace, or both? :P

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.

2 participants