-
Notifications
You must be signed in to change notification settings - Fork 380
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
Add Node API #445
Add Node API #445
Conversation
|
do you think you can split up the prototype's files in the |
2023-02-22.19.25.55.mp4Close -- just need to isolate the tailwind styling to the component that is on the |
…/docs into jcs.node-api-updates
testing..
src/pages/node-api-docs.tsx
Outdated
export default function Hello() { | ||
// useTailwindLayout(); | ||
return ( | ||
<div className={styles}> |
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.
you want to use tailwind inside this div, right?
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.
yep! currently attempting to use the styles imported above in import styles from "../css/tailwind.css"
src/css/tailwind.css
Outdated
@@ -0,0 +1,5 @@ | |||
.tailwind-layout { |
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 would try adding all: unset;
in here
btw I am having trouble running this repo. I do yarn start
which works, but localhost:3000 hangs forever
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.
will try this! hmm. feels like a "did you power it on and off" question, but did you run yarn
first?
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.
ya I did try that :/ its running smoothly, but not loading
it's working right for this component on this page, but still applying to rest of components across site |
2023-02-24.19.01.14.mp4 |
I'm closing this in order to reduce potential confusion between the 2 PRs |
Overview
Resolves #363
transfer
andsubmit_pfd
Checklist