-
Notifications
You must be signed in to change notification settings - Fork 1
Improves the UI atomization and the relative documentation #13
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
Conversation
lmammino
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.
Just some minor comments around the presence of commented code here and there. If you think there is a good reason you are good to merge, otherwise I would advise to delete such comments and then merge.
| padding: 0 ($space-base * 2) $space-base; | ||
| } | ||
| } | ||
| // &__frame {} |
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.
can this one be deleted at all?
| } | ||
| } | ||
|
|
||
| // &__headline { |
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 here, do we want to maintain this stuff commented? I am always a bit against commented code, unless there is a very strong reason.
| &__footer { | ||
| padding: $space-small $h-unit $space-medium; | ||
| } | ||
| // &__footer {} |
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.
commented code
| padding: ($v-unit * 2) 0; | ||
| padding: $space-small 0; | ||
|
|
||
| // &__list {} |
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.
commented code
| &__list { | ||
| border: 1px solid neutral-color('lower'); | ||
| } | ||
| // &__list {} |
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.
commented code
| } | ||
|
|
||
| &__item { | ||
| /* |
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.
commented code
No description provided.