You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a developer I want my styles to be consistent throughout the application.
Some tags may need default styling added, index.js and App.js is applied to everything in the app and the Tailwind implementation overrides some default styling. We could improve this by standardising some tags to be reusable throughout the app, without having to apply styling.
Examples
<img>
All heading tags,
<p> tags.
any other tags used multiple times
Acceptance criteria
The CSS is cleaner and more logical
The text was updated successfully, but these errors were encountered:
DomVinyard
changed the title
Standardised styling for tags(draft)
Standardised Tag Styling
Mar 7, 2023
DomVinyard
changed the title
Standardised Tag Styling
Standardise Tag Styling
Mar 7, 2023
User Story
As a developer I want my styles to be consistent throughout the application.
Some tags may need default styling added,
index.js
andApp.js
is applied to everything in the app and the Tailwind implementation overrides some default styling. We could improve this by standardising some tags to be reusable throughout the app, without having to apply styling.Examples
<img>
<p>
tags.Acceptance criteria
The text was updated successfully, but these errors were encountered: