-
Notifications
You must be signed in to change notification settings - Fork 159
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
feat: Sidebar Item #284
feat: Sidebar Item #284
Conversation
display: flex; | ||
align-items: center; | ||
border-radius: lengths.border-radius(2); | ||
@include typography.use-font-scale(p1); |
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.
Please check validity of the block starting from line #18
@@ -28,3 +28,4 @@ | |||
@import './Tile/styles.scss'; | |||
@import './ToggleSwitch/styles.scss'; | |||
@import './Tooltip/styles.scss'; | |||
@import './SideBar/styles.scss'; |
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.
File extensions are not allowed
67d2a37
to
b7b6f76
Compare
@@ -52,6 +52,10 @@ | |||
.rcx-button-group.rcx-button-group--small > & { | |||
margin-inline: lengths.margin(2); | |||
} | |||
|
|||
.rcx-button-group.rcx-button-group--medium > & { |
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.
Class should be nested within its parent Class
@@ -52,6 +52,10 @@ | |||
.rcx-button-group.rcx-button-group--small > & { | |||
margin-inline: lengths.margin(2); | |||
} | |||
|
|||
.rcx-button-group.rcx-button-group--medium > & { |
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.
Space expected between blocks
SourceLevel has finished reviewing this Pull Request and has found:
|
No description provided.