-
Notifications
You must be signed in to change notification settings - Fork 0
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
Next 9.3 Sass Modules #94
Conversation
dde0ab6
to
dfd423b
Compare
dfd423b
to
0534637
Compare
e13b83a
to
6e4b000
Compare
b793064
to
41d93c6
Compare
@@ -18,7 +20,7 @@ const Motto = () => { | |||
|
|||
return ( | |||
<> | |||
<span className="navbar__title--screen-wide"> | |||
<span className={styles['navbar__title--screen--wide']}> |
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.
b
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't do it here without refactoring navbar stlyles
|
||
$block-spacing: 60px; | ||
|
||
.article-ordered { |
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.
what are you think about: each class in this file - own module?
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.
it's either separate files or we can't use bem
lib and stick to styles
dict
refactor components to sass modules: