diff --git a/README.md b/README.md index 55fb5e4..d8d7cf9 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,9 @@ 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)** 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/)