-
Notifications
You must be signed in to change notification settings - Fork 11
Add Tailwind CSS for Styling [frontend] #21
Copy link
Copy link
Closed
Labels
angularIssues related to the app's frontend and the Angular frameworkIssues related to the app's frontend and the Angular frameworkfrontendIssues for the development of the frontend of the online soroban compilerIssues for the development of the frontend of the online soroban compilergood first issueGood for newcomersGood for newcomers
Milestone
Metadata
Metadata
Assignees
Labels
angularIssues related to the app's frontend and the Angular frameworkIssues related to the app's frontend and the Angular frameworkfrontendIssues for the development of the frontend of the online soroban compilerIssues for the development of the frontend of the online soroban compilergood first issueGood for newcomersGood for newcomers
🎨 Add Tailwind CSS for Styling 🖌
📝 Description
Integrate Tailwind CSS into the Angular frontend to provide consistent and responsive styling for the editor and output components. Tailwind CSS will streamline the design process, ensuring a professional and modern UI while maintaining modularity and ease of maintenance.
🎯 Objective
Configure Tailwind CSS in
apps/frontend/and apply initial styles to the application’s components.🗂 Structure
apps/frontend/apps/frontend/src/styles.cssapps/frontend/tailwind.config.jsapps/frontend/src/app/app.component.html✅ Requirements
bun add tailwindcss postcss autoprefixer.bun x tailwindcss init.tailwind.config.jsto scansrc/**/*.{html,ts}.src/styles.csswith Tailwind directives:app.component.htmlfor layout (e.g.,container mx-auto p-4).EditorComponentandOutputComponent(in later issues).feat: add tailwind css styling.🏆 Expected Outcomes
app.component.html.🔗 References
📋 Notes