From a41ee929310d77f58801f1e0f0de112a5df232a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nomar=20G=C3=B3mez=20Cabreja?= <69205208+NomarGomez@users.noreply.github.com> Date: Fri, 28 Jan 2022 17:24:45 -0400 Subject: [PATCH] Add content to Css modules (#1048) * Add content to Css modules Also I think you guys should change CSS Modules to Alternative Option as is not used much anymore. * Update 101-css-modules.md Co-authored-by: Kamran Ahmed --- .../content/112-modern-css/101-css-modules.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/100-frontend/content/112-modern-css/101-css-modules.md b/content/roadmaps/100-frontend/content/112-modern-css/101-css-modules.md index 5451adc82..d46d4d1cd 100644 --- a/content/roadmaps/100-frontend/content/112-modern-css/101-css-modules.md +++ b/content/roadmaps/100-frontend/content/112-modern-css/101-css-modules.md @@ -1 +1,9 @@ -# Css modules \ No newline at end of file +# CSS Modules + +CSS files in which all class names and animation names are scoped locally by default. + +Free Content +Project GitHub Repository +Using CSS Modules In React App +CSS Modules: Why are they great? +