-
Notifications
You must be signed in to change notification settings - Fork 121
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
Conversation
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"); | ||
} |
There was a problem hiding this comment.
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.
Other than the style issues, this looks good to me. |
thanks for getting codeclimate back up, and pointing me to command line tool! |
No problem. Looks much better now. If you can please add the newline to the end of |
**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.
c3d9e6d
to
ce8901d
Compare
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. |
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