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

Iterate on css/sass architecture, design implement progress #34

Merged
merged 3 commits into from
Apr 21, 2016

Conversation

brendansudol
Copy link
Contributor

This PR cleans up the basscss sass files (removes unnecessary variables that get created during the build process here, uses v7.1), and continues work to implement designs for login/signup pages

font-style: normal;
font-weight: 700;
src: font-url("merriweather-bold-webfont.eot?#iefix") format("embedded-opentype"), font-url("merriweather-bold-webfont.woff2") format("woff2"), font-url("merriweather-bold-webfont.woff") format("woff"), font-url("merriweather-bold-webfont.ttf") format("truetype");
}
Copy link
Contributor

Choose a reason for hiding this comment

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

Just a minor style issue that Code Climate would have flagged if the webhook was working: Please convert the double quotes to single quotes.

@monfresh
Copy link
Contributor

Other than the style issues, this looks good to me.

@brendansudol
Copy link
Contributor Author

thanks for getting codeclimate back up, and pointing me to command line tool!

@monfresh
Copy link
Contributor

No problem. Looks much better now. If you can please add the newline to the end of app/views/shared/_navigation_links.html.slim, then squash your commits, we should be good to go.

monfresh and others added 2 commits April 21, 2016 15:57
**Why**:
Some engines that we care about were turned off, and Code Climate was
not properly ignoring certain files that we want to exclude from
analysis.

**How**:
Remove the `exclude_paths` directive from the Code Climate config, and
use the individual linter configs to exclude files.
@monfresh
Copy link
Contributor

Not sure why Code Climate is complaining about files that aren't part of this PR. I wonder it has to do with the merge from master, then rebase that we did. In any case, I'm merging this in since you fixed the linting issue specific to this PR.

@monfresh monfresh merged commit bf7e75a into master Apr 21, 2016
@monfresh monfresh deleted the add-styles branch April 21, 2016 20:08
zachmargolis pushed a commit that referenced this pull request Sep 20, 2024
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.

2 participants