Skip to content

Instantly share code, notes, and snippets.

View Joblyn's full-sized avatar
🏠
Working from home

Job Oaikhenah Joblyn

🏠
Working from home
View GitHub Profile
@Joblyn
Joblyn / normalize.md
Created November 12, 2020 22:17 — forked from vre2h/normalize.md
Simple guide to adding normalize.css to create-react-app
  1. Install normalize.css via npm
npm install --save normalize.css

1.1 Or yarn

yarn add normalize.css