-
Notifications
You must be signed in to change notification settings - Fork 1
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
Uses Tachyons for the modules page. #18
base: master
Are you sure you want to change the base?
Conversation
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.
Looks great! Just a few things for clean up. 😄
<div> | ||
<img src="{{item.image}}"> | ||
</div> | ||
<div class=""> |
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.
We can probably remove this class
attribute now.
<div> | ||
<img src="{{item.image}}"> | ||
</div> | ||
<div class=""> |
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.
This class
can also be removed.
<code>npm install {{item.package}}</code> | ||
</div> | ||
<a href="">View library on Github →</a> | ||
<a href="/">View library on Github →</a> |
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.
Do we have links for these items yet?
Initial attempt at this.