-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Conversation
`//` comments don't appear in the CSS output.
…nts, functions, and mixins
Codecov Report
@@ 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.
|
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.
One nit, otherwise LGTM.
Feel free to merge after make that change 💯
packages/mdc-theme/_variables.scss
Outdated
$mdc-theme-primary: #3f51b5 !default; /* Indigo 500 */ | ||
$mdc-theme-accent: #ff4081 !default; /* Pink A200 */ | ||
$mdc-theme-background: #fff !default; /* White */ | ||
// |
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.
Super nit: if we introduce no empty lines in other file, could we do consistently in this file?
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.
//
comments don't appear in the CSS output.