From 6638b0585dcafb6b2d32153decfeb8d4e1acf001 Mon Sep 17 00:00:00 2001 From: Archit Sharma <74408634+iArchitSharma@users.noreply.github.com> Date: Thu, 3 Feb 2022 03:20:51 +0700 Subject: [PATCH] Added Resources for Emotion css (#1094) * Added Resources for Emotion css * Update content/roadmaps/100-frontend/content/112-modern-css/103-emotion.md Co-authored-by: Kamran Ahmed --- .../100-frontend/content/112-modern-css/103-emotion.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/100-frontend/content/112-modern-css/103-emotion.md b/content/roadmaps/100-frontend/content/112-modern-css/103-emotion.md index 39a6aa202..0f846c436 100644 --- a/content/roadmaps/100-frontend/content/112-modern-css/103-emotion.md +++ b/content/roadmaps/100-frontend/content/112-modern-css/103-emotion.md @@ -1 +1,8 @@ -# Emotion \ No newline at end of file +# Emotion + +Emotion is a library designed for writing css styles with JavaScript. It provides powerful and predictable style composition in addition to a great developer experience with features such as source maps, labels, and testing utilities. Both string and object styles are supported. + +Free Content + +Official Website and Docs +Styled components using emotion in React