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

Change theme's SCSS comment style from /** to // #1112

Merged
merged 4 commits into from
Aug 11, 2017

Conversation

acdvorak
Copy link
Contributor

// comments don't appear in the CSS output.

@codecov-io
Copy link

codecov-io commented Aug 10, 2017

Codecov Report

Merging #1112 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1112   +/-   ##
=======================================
  Coverage   99.93%   99.93%           
=======================================
  Files          68       68           
  Lines        3296     3296           
  Branches      405      405           
=======================================
  Hits         3294     3294           
  Misses          2        2

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f66a799...c5db368. Read the comment docs.

Copy link
Contributor

@yeelan0319 yeelan0319 left a comment

Choose a reason for hiding this comment

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

One nit, otherwise LGTM.
Feel free to merge after make that change 💯

$mdc-theme-primary: #3f51b5 !default; /* Indigo 500 */
$mdc-theme-accent: #ff4081 !default; /* Pink A200 */
$mdc-theme-background: #fff !default; /* White */
//
Copy link
Contributor

Choose a reason for hiding this comment

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

Super nit: if we introduce no empty lines in other file, could we do consistently in this 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.

Done!

The reason I added the blank lines is because they become necessary in PR #1116. But I'll remove them from this PR (#1112) and add them in #1116 instead.

@acdvorak acdvorak merged commit a4b8bbe into master Aug 11, 2017
@acdvorak acdvorak deleted the chore/theme-comment-style branch August 11, 2017 19:46
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.

3 participants