ADORSYS-GIS / e2e-banking-app

Banking app for people
https://adorsys-gis.github.io/e2e-banking-app/
Mozilla Public License 2.0
4 stars 21 forks source link

fea/css-tailwind #69

Closed Ogenbertrand closed 5 months ago

Ogenbertrand commented 6 months ago

I created a md file for the tailwind css system design

Ogenbertrand commented 6 months ago

@stephane-segning pr for ticket Setup css design system #49

Ogenbertrand commented 6 months ago

@stephane-segning generate a tailwind.config.js file in the power-pay-frontend/

Ogenbertrand commented 6 months ago

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. add (tsx,ts,js) extensions in the tailwind config file delete content (config directive) from the src/App.css

Ogenbertrand commented 6 months ago

@stephane-segning i create a new tailwind.config.ts create a new config file (/power-pay-frontend/tailwind.config.ts)

Ogenbertrand commented 6 months ago

@stephane-segning I just deleted the e2e-banking-app-tailwind/ from our project dir and i a added tailwindcss in our project. dicard the (e2e-banking-app-tailwind/) from the project working dir

Ogenbertrand commented 6 months ago

@stephane-segning i added a config file for postcss Add a config file for potscss in power-pay-frontend/

Ogenbertrand commented 6 months ago

@stephane-segning creat a new package.lock.json file in the power-pay-frontend/

Ogenbertrand commented 6 months ago

@stephane-segning define a build script in the script section of the power-pay-frontend…

Ogenbertrand commented 6 months ago

@stephane-segning edit the postcss.config.js to postcss.config.cjs file

Ogenbertrand commented 6 months ago

@stephane-segning add a new version of vite in package.json file

Ogenbertrand commented 6 months ago

@stephane-segning the start script is set vite in package.json file

Ogenbertrand commented 6 months ago

@stephane-segning I just applied the changes in the package.json file Add a sass package in the package.json file.

Ogenbertrand commented 6 months ago

@stephane-segning Update script: Remove placeholder 'test' command