-
Notifications
You must be signed in to change notification settings - Fork 21
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
fea/css-tailwind #69
fea/css-tailwind #69
Conversation
@stephane-segning pr for ticket Setup css design system #49 |
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.
Good work!
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.
Good work overall @Ogenbertrand! Please address these points so that we can go forward
Hello @stephane-segning i just made the changes in the App.css and tailwind.config file. I also added vite in our project to help enhance development experience when working with tailwind. |
@stephane-segning |
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 created a new frontend project e2e-banking-app-tailwind
, while the question was for you to add tailwindcss
to the already existing project. Remove the e2e-banking-app-tailwind folder first. Then proceed on the ticket.
@stephane-segning |
@stephane-segning i added a config file for postcss |
power-pay-frontend/package.json
Outdated
"version": "0.0.0", | ||
"type": "module", | ||
"scripts": { | ||
"predeploy": "npm run build", | ||
"deploy": "gh-pages -d build", | ||
"build-for-gh": "vite build --base=/e2e-banking-app", | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"start": "react-scripts start", |
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 react-scripts, while we're using vite
? Read again about react with vite here.
power-pay-frontend/package.json
Outdated
@@ -1,13 +1,15 @@ | |||
{ | |||
"name": "power-pay-frontend", | |||
"private": true, | |||
"homepage": "https://ADORSYS-GIS.github.io/e2e-banking-app", | |||
"homepage": "https://adorsys-gis.github.io/e2e-banking-app", |
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 changing this?
@stephane-segning |
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.
Good work @Ogenbertrand !
I created a md file for the tailwind css system design