Skip to content
This repository was archived by the owner on Oct 5, 2025. It is now read-only.
This repository was archived by the owner on Oct 5, 2025. It is now read-only.

Set up Styled-Components #19

@sdmungov

Description

@sdmungov

Description
We need to create a styles folder that contains a colors and fonts folder that contains our different font choices and color palette that we can reference in our components and pages for creating consistent styling across site

UC

  • As a user, I want to see visually appealing and consistent styling across entire website in order to not be confused and jarred with drastically different styling on each page I visit on the same site
  • As a developer, I want to easily access, view, and change styling across components in order to save time when implementing styling or changing a color/font choice across site

AC

  • Both of these files should simply export default a list of fonts or colors
  • colors file should contain a list of items as such "descriptiveColorTitle: "#hexcode", "
  • fonts file should contain a list of items as such "descriptiveFontName: "font-family", "
  • install styled-components into the repo
  • set up some basic reusable tags in containers folder and typography folder

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions