From 23ce29a35e80806c4418b83f04d06086a8ad95fd Mon Sep 17 00:00:00 2001 From: Kanika Gupta <55401625+kanika321@users.noreply.github.com> Date: Sat, 23 Oct 2021 13:41:39 +0530 Subject: [PATCH 1/3] Create Sass --- Sass | 1 + 1 file changed, 1 insertion(+) create mode 100644 Sass diff --git a/Sass b/Sass new file mode 100644 index 0000000..51ec569 --- /dev/null +++ b/Sass @@ -0,0 +1 @@ +Sass: Official documentation of the most mature, stable, and powerful professional grade CSS extension language in the world. (https://sass-lang.com/) From 45712bc812473aa07393c20b1356a19578ef7467 Mon Sep 17 00:00:00 2001 From: Kanika Gupta <55401625+kanika321@users.noreply.github.com> Date: Sat, 23 Oct 2021 13:52:15 +0530 Subject: [PATCH 2/3] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 55fb5e4..cd88bd4 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,7 @@ This is an open-source repository for all who want to learn front-end Developmen - [Free Tools For Students](#free-tools-for-students) - [YouTube Videos](#youtube-videos) - [Testing](#testing) + - [Cheatsheets] (#cheatsheets) ## RoadMap @@ -659,4 +660,7 @@ This is an open-source repository for all who want to learn front-end Developmen - [Chai](https://www.chaijs.com/) - Assertation library for JavaScript testing ![Free](https://img.shields.io/badge/-Free-brightgreen) - [PactumJS](https://pactumjs.github.io/#/pactum) - REST API Testing Tool used to automate e2e, integration, contract & component (or service level) tests ![Free](https://img.shields.io/badge/-Free-brightgreen) +## Cheatsheets + +-[Devhints] (https://devhints.io/) - a modest collection of cheatsheets for multiple programming languages. ![Free] **[⬆ back to top](#table-of-contents)** From a1006b6f9a7e66da4823c2fa33d2bb829f80c999 Mon Sep 17 00:00:00 2001 From: Kanika Gupta <55401625+kanika321@users.noreply.github.com> Date: Sat, 23 Oct 2021 13:52:58 +0530 Subject: [PATCH 3/3] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cd88bd4..d8d7cf9 100644 --- a/README.md +++ b/README.md @@ -662,5 +662,7 @@ This is an open-source repository for all who want to learn front-end Developmen ## Cheatsheets --[Devhints] (https://devhints.io/) - a modest collection of cheatsheets for multiple programming languages. ![Free] +- [Devhints] (https://devhints.io/) - a modest collection of cheatsheets for multiple programming languages. ![Free] + + **[⬆ back to top](#table-of-contents)**