-
Notifications
You must be signed in to change notification settings - Fork 19
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
Update cribsheet docs #220
Conversation
Signed-off-by: macdonst <simon.macdonald@gmail.com>
First install the `@enhance/styles-cribsheet` package | ||
|
||
```bash | ||
npm install @enhance/styles-cribsheet |
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.
I think it's also required that users install Enhance Styles as well, as it won't be included in the minimal template or an Arc migration (necessarily)?
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.
🤦 of course. Which leads me to the question, do we even need this update?
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.
Hmmm… I guess maybe not? 😂
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.
Might make more sense to add to migration docs. Closing!
--hl-deletion: #461e1f; | ||
--hl-addition: #14301d; | ||
--hl-deletion: #ec5f67; | ||
--hl-addition: #99c794; |
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.
Where'd these come from? 🧑🏻🎨
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.
From begin.com hljs diff colors. If you look at a diff in the docs you will not be able to read it.
Signed-off-by: macdonst simon.macdonald@gmail.com