-
Notifications
You must be signed in to change notification settings - Fork 4
split up the scss #162
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
split up the scss #162
Conversation
af613b9 to
e37a71c
Compare
e37a71c to
995fb3d
Compare
|
Coverage remained the same at 100.0% when pulling 995fb3d87820e5721293bc253c4952d517d3aa29 on frances/enhance/split-scss into 461416a on master. |
995fb3d to
c7e3051
Compare
JPrevost
left a comment
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.
I flagged a couple of spots that aren't using variable color names. I really don't care and I think there are probably more in non-changed bits of the scss.
Also, thanks for return the 🌈 !
| font-weight: 600; | ||
| } | ||
| form .field-label.error { | ||
| color: #AC1D22; |
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.
Flagging in case you wanted to variable this. I don't care, but I think you might? :)
| box-shadow: 0 0 5px rgba(14, 166, 236, 0.8); | ||
| } | ||
| form .field.error { | ||
| border-color: #AC1D22; |
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.
same
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.
those get generated out of the style-guide repo so imma leave em.
This PR splits the scss files for bento into reasonable pieces.