nashvillefcc / nashvillefccwebsite

Contains code related to Nashville FCC website
https://www.nashvillefcc.com
MIT License
9 stars 12 forks source link

CSS modules for components #72

Closed MoribundMedium closed 3 years ago

MoribundMedium commented 3 years ago

Acceptance Criteria

Separate out the styles for each component into their own CSS files, instead of lumping them all together in css/styles.css.

It's important that each of these CSS modules has access to Tailwind, but that the imported Tailwind rules aren't duplicated in the final build files. We may require a solution something like this: https://tailwindcss.com/docs/using-with-preprocessors

Related Features