-
Notifications
You must be signed in to change notification settings - Fork 5
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
Layout #187
Layout #187
Conversation
src/styles/settings/index.scss
Outdated
@@ -7,13 +7,42 @@ $cdr-warn: false; | |||
@import './visibility.vars'; | |||
@import './fluid.vars'; | |||
|
|||
// Import fluid.vars.scss if using in a component |
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.
why are these directly in index I would expect that index only imports child files into a central index of containing files?
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.
Will do to break apart a bit more
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.
Broke this file apart a lot more
@@ -0,0 +1,21 @@ | |||
// Generates a background property with a predictable format for overriding |
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.
is this for kitchen sink demos?
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.
This gets used by the Surface component. For the overriding feature, that's more to allow the user an easy way to override, kinda like we do with cedar button's background and other styles. For the comment itself, it won't show up in the demo—sorry, not sure what you are asking exactly 😅
Demo available here: https://rei.github.io/rei-cedar