-
Notifications
You must be signed in to change notification settings - Fork 15
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
use tailwind css instead of picocss #33
base: main
Are you sure you want to change the base?
use tailwind css instead of picocss #33
Conversation
eef26bb
to
1342914
Compare
Signed-off-by: Ali Yar Khan <[email protected]>
Sign Signed-off-by: Ali Yar Khan <[email protected]>
a69ef93
to
853acc8
Compare
/claim #5 |
@nkkko please take a look here to my work and let me know if there any changes required |
@nkkko Please review the changes and let me know if anything is unclear. Will really appreciate your feedback. |
I will look into these not sure why it is happening !!! |
@AliYar-Khan I’ve updated main with some changes that affect this PR. Could you please rebase your branch onto the latest main and resolve any conflicts that come up? Once that’s done, we can review the updated changes and move forward. |
@mojafa I did updated it |
@AliYar-Khan looks like we still have |
@mojafa yes I am not sure why it is there |
Issue Reference(s):
Fixes #5
/claim #5
Migration to Tailwind CSS
had to install tailwind package as dev dependency and on start of server generate the CSS from main.css to tailwind.css
Also the main.css is also convert to tailwind classes and use the utility provided by tailwind to apply them. Reason for doing this was because in main.js file we have used the class name to add event listeners on the elements like button and it could have break the functionality.