-
Notifications
You must be signed in to change notification settings - Fork 13
refactor: less file structure and class naming #64
base: master
Are you sure you want to change the base?
Conversation
src/headline.less
Outdated
@@ -0,0 +1,51 @@ | |||
.h1 { | |||
font-size: 7rem; | |||
font-weight: @font-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.
things like font-weight
and color
could be moved in to the generic headline styles (line 43)
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.
done
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.
overscroll background-color on the html tag is missing.
something like:
html {
background-color: @color-headline;
}
besides that from a visual point, everything looks fine
<meta name="twitter:image" content="https://meetalva.io/images/alva-og_img.png" /> | ||
<meta name="language" content="en" /> | ||
<meta name="description" content="Alva is a radically new open source design tool built for cross-functional product teams. You can design with the same components your engineers are using for production." /> | ||
<meta name="description" content="Alva is a radically new open source design tool built for cross-functional product teams. You can design with the same components your engineers are using for production." | ||
/> |
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 is an line break here? (same for the lines above)
No description provided.