-
Notifications
You must be signed in to change notification settings - Fork 3
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
Remove sass 3 #1336
Remove sass 3 #1336
Changes from 6 commits
72fd965
27d1908
e34cc9b
43cea68
4121afa
f3d73ca
43d0f0b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,3 +26,4 @@ package.json.ember-try | |
|
||
# OS | ||
.DS_Store | ||
/client/.yalc |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
import Component from '@ember/component'; | ||
|
||
export default Component.extend({ | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is the new new site-header, site-title component because you removed labs-ui? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @godfreyyeung yup it's the copied over version. see updated description for why |
||
tagName: 'header', | ||
classNames: ['site-header'], | ||
|
||
ariaRole: 'banner', | ||
|
||
closed: true, | ||
|
||
responsiveNav: false, | ||
|
||
responsiveSize: 'large', | ||
}); |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
import Component from '@ember/component'; | ||
|
||
export default Component.extend({ | ||
tagName: 'span', | ||
}); |
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.
👍🏾