-
Notifications
You must be signed in to change notification settings - Fork 67
Open
Labels
CH20EnhancementNew feature or requestNew feature or requestHacktoberfestCounting contributions for HacktoberfestCounting contributions for HacktoberfestHard
Description
We should not write CSS using style={}
We could either write CSS in js using a third-party library like emotion-js or styled-components
or we can write traditional CSS using .css or .scss file. for this approach, we can have a better folder structure like
components/
DispalyCard
- displaycard.js
- displaycard.css
Footer - footer.js
- footer.css
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
CH20EnhancementNew feature or requestNew feature or requestHacktoberfestCounting contributions for HacktoberfestCounting contributions for HacktoberfestHard