Skip to content

Commit 0a1aa4d

Browse files
authored
Added Less (#387)
* Update README.md Added Less in README.md * Update Dictionary.json Added Less in Dictionary.json
1 parent facb295 commit 0a1aa4d

File tree

2 files changed

+121
-0
lines changed

2 files changed

+121
-0
lines changed

Dictionary.json

+53
Original file line numberDiff line numberDiff line change
@@ -2541,6 +2541,59 @@
25412541
"Tips3" : "https://www.lwks.com/index.php?option=com_kunena&func=view&catid=27&id=32211&Itemid=81",
25422542
"Image1" : "https://lh5.googleusercontent.com/5xrA7l184zC-mii6ESokTP2dUB7rIlNSkpYOLtjZdRIV17uR_HmotmktWhI7y3HhdJHT6ByqdXb-z9DQKW39jUxx5yg9eTVqAeimO0s7H5vtZThb84NQzpZIbG2w4h8w8ocfnkC2"
25432543
},
2544+
2545+
{
2546+
"Title" : "Less",
2547+
"Tag": "Programming language",
2548+
"Documentation" : "https://lesscss.org/ ",
2549+
"YT1 " :"https://www.youtube.com/watch?v=YQYJUeokqOY&list=PL6gx4Cwl9DGCshbAx1JpBtNoKh8iKAAiy ",
2550+
"YT2 " :"https://www.youtube.com/watch?v=5mgsQ2csCIU ",
2551+
"YT3 " :"https://www.youtube.com/watch?v=gpDeT2jcshg ",
2552+
"YT4 " :"https://www.youtube.com/watch?v=YD91G8DdUsw ",
2553+
"YT5 " :"https://www.youtube.com/watch?v=0yqWD4Aqx2k ",
2554+
"YT6 " :"https://www.youtube.com/watch?v=DD7u3YpMFp0 ",
2555+
"YT7 " :"https://www.youtube.com/watch?v=oh7_iZWvIyU ",
2556+
"YT8 " :"https://www.youtube.com/watch?v=-D5mWO9_vLI ",
2557+
"YT9 " :"https://www.youtube.com/watch?v=aShX-u4aUQs ",
2558+
"Website1": "https://www.reddit.com/r/simpleliving/ ",
2559+
"Website2": "https://lesscss.org/features/ ",
2560+
"Website3": "https://tutorialzine.com/2015/07/learn-less-in-10-minutes-or-less ",
2561+
"Website4": "https://medium.com/@joseph0crick/react-css-modules-less-webpack-4-a50d902d0a3 ",
2562+
"Website5": "https://designshack.net/articles/css/10-less-css-examples-you-should-steal-for-your-projects/ ",
2563+
"Website6": "https://www.drupal.org/project/less ",
2564+
"Website7": "https://antjanus.com/blog/web-development-tutorials/front-end-development/organize-your-lesssass-css-for-a-large-project/ ",
2565+
"Website8": "https://lesscss.org/tools/ ",
2566+
"Website9": "http://man.hubwiz.com/docset/Less.docset/Contents/Resources/Documents/lesscss.org/usage/index.html ",
2567+
"Dedicated GH page1" : "https://github.com/less/less.js/ ",
2568+
"Dedicated GH page2" : "https://github.com/less/less-docs ",
2569+
"Dedicated GH page3" : "https://github.com/houbie/lesscss ",
2570+
"Dedicated GH page4" : "https://github.com/jonikorpi/Less-Framework ",
2571+
"Dedicated GH page5" : "https://github.com/SAP/less-openui5 ",
2572+
"Dedicated GH page6" : "https://github.com/marceloverdijk/lesscss-java ",
2573+
"Dedicated GH page7" : "https://github.com/ultraq/lesscss-compiler ",
2574+
"Dedicated GH page8" : "https://github.com/asual/lesscss-engine ",
2575+
"Course1" : "https://www.udemy.com/course/less-css-crash-course-plus-project/ ",
2576+
"Course2" : "https://www.udemy.com/course/learning-less/ ",
2577+
"Course3" : "https://www.pluralsight.com/courses/better-css ",
2578+
"Course4" : "https://code.tutsplus.com/courses/less-is-more?_ga=2.2877232.1029369673.1619193697-626047446.1615463476 ",
2579+
"Course5" : "https://1stwebdesigner.com/learning-less/ ",
2580+
"Course6" : "https://ilovecoding.org/courses/learn-master-bootstrap-in-a-week/lessons/crash-course-on-less-css ",
2581+
"Course7" : "https://devdojo.com/course/less-css ",
2582+
"Course8" : "https://cssauthor.com/less-tutorials/ ",
2583+
"Course9" : "https://www.sitepoint.com/premium/courses/less-is-more-supercharge-your-css-with-less-js-2900 ",
2584+
"Tips1" : "https://modernweb.com/less-tips-and-tricks/#:~:text=LESS%20is%20declarative%20language%20designed,to%20do%20anything%20with%20it. ",
2585+
"Tips2" : "https://moduscreate.com/blog/less-tips-tricks/ ",
2586+
"Tips3" : "https://webdesign.tutsplus.com/articles/practical-tips-for-using-less--webdesign-8325 ",
2587+
"Tips4" : "https://css-tricks.com/using-less-as-a-live-css-engine/ ",
2588+
"Tips5" : "http://meri-stuff.blogspot.com/2013/03/less-css-tips-and-trics.html ",
2589+
"Tips6" : "https://dev.to/egaprsty/tips-and-tricks-write-less-css-5c24 ",
2590+
"Tips7" : "https://modernweb.com/less-tips-and-tricks/ ",
2591+
"Tips8" : "https://newfinds.com/posts/less-tips-and-tricks ",
2592+
"Image1":"https://upload.wikimedia.org/wikipedia/commons/thumb/8/81/LESS_Logo.svg/1280px-LESS_Logo.svg.png"
2593+
2594+
},
2595+
2596+
25442597
{
25452598
"Title" : "Lisp",
25462599
"Tag" : "Family of programming languages",

README.md

+68
Original file line numberDiff line numberDiff line change
@@ -3033,6 +3033,74 @@ https://laravel-news.com/eloquent-tips-tricks<br><br>
30333033
<br><br><br>
30343034
</details>
30353035

3036+
<details>
3037+
<summary>Less </summary>
3038+
<br>
3039+
Category/Type - <br>Programming language <br>
3040+
<br>
3041+
Official Documentation - <br>
3042+
https://lesscss.org/ <br>
3043+
<br>
3044+
Best YouTube creators - <br>
3045+
https://www.youtube.com/watch?v=YQYJUeokqOY&list=PL6gx4Cwl9DGCshbAx1JpBtNoKh8iKAAiy <br>
3046+
https://www.youtube.com/watch?v=5mgsQ2csCIU <br>
3047+
https://www.youtube.com/watch?v=gpDeT2jcshg <br>
3048+
https://www.youtube.com/watch?v=YD91G8DdUsw <br>
3049+
https://www.youtube.com/watch?v=0yqWD4Aqx2k <br>
3050+
https://www.youtube.com/watch?v=DD7u3YpMFp0 <br>
3051+
https://www.youtube.com/watch?v=oh7_iZWvIyU <br>
3052+
https://www.youtube.com/watch?v=-D5mWO9_vLI <br>
3053+
https://www.youtube.com/watch?v=aShX-u4aUQs <br>
3054+
<br>
3055+
Useful Websites -
3056+
<br>
3057+
https://www.reddit.com/r/simpleliving/ <br>
3058+
https://lesscss.org/features/ <br>
3059+
https://tutorialzine.com/2015/07/learn-less-in-10-minutes-or-less <br>
3060+
https://medium.com/@joseph0crick/react-css-modules-less-webpack-4-a50d902d0a3 <br>
3061+
https://designshack.net/articles/css/10-less-css-examples-you-should-steal-for-your-projects/ <br>
3062+
https://www.drupal.org/project/less <br>
3063+
https://antjanus.com/blog/web-development-tutorials/front-end-development/organize-your-lesssass-css-for-a-large-project/ <br>
3064+
https://lesscss.org/tools/ <br>
3065+
http://man.hubwiz.com/docset/Less.docset/Contents/Resources/Documents/lesscss.org/usage/index.html <br>
3066+
<br>
3067+
Dedicated Github page - <br>
3068+
https://github.com/less/less.js/ <br>
3069+
https://github.com/less/less-docs <br>
3070+
https://github.com/houbie/lesscss <br>
3071+
https://github.com/jonikorpi/Less-Framework <br>
3072+
https://github.com/SAP/less-openui5 <br>
3073+
https://github.com/marceloverdijk/lesscss-java <br>
3074+
https://github.com/ultraq/lesscss-compiler <br>
3075+
https://github.com/asual/lesscss-engine <br>
3076+
<br>
3077+
Best Courses - <br>
3078+
https://www.udemy.com/course/less-css-crash-course-plus-project/ <br>
3079+
https://www.udemy.com/course/learning-less/ <br>
3080+
https://www.pluralsight.com/courses/better-css <br>
3081+
https://code.tutsplus.com/courses/less-is-more?_ga=2.2877232.1029369673.1619193697-626047446.1615463476 <br>
3082+
https://1stwebdesigner.com/learning-less/ <br>
3083+
https://ilovecoding.org/courses/learn-master-bootstrap-in-a-week/lessons/crash-course-on-less-css <br>
3084+
https://devdojo.com/course/less-css <br>
3085+
https://cssauthor.com/less-tutorials/ <br>
3086+
https://www.sitepoint.com/premium/courses/less-is-more-supercharge-your-css-with-less-js-2900 <br>
3087+
<br>
3088+
Other Tips / Hacks - <br>
3089+
https://modernweb.com/less-tips-and-tricks/#:~:text=LESS%20is%20declarative%20language%20designed,to%20do%20anything%20with%20it. <br>
3090+
https://moduscreate.com/blog/less-tips-tricks/ <br>
3091+
https://webdesign.tutsplus.com/articles/practical-tips-for-using-less--webdesign-8325 <br>
3092+
https://css-tricks.com/using-less-as-a-live-css-engine/ <br>
3093+
http://meri-stuff.blogspot.com/2013/03/less-css-tips-and-trics.html <br>
3094+
https://dev.to/egaprsty/tips-and-tricks-write-less-css-5c24 <br>
3095+
https://modernweb.com/less-tips-and-tricks/ <br>
3096+
https://newfinds.com/posts/less-tips-and-tricks <br>
3097+
<br>
3098+
<a href="https://upload.wikimedia.org/wikipedia/commons/thumb/8/81/LESS_Logo.svg/1280px-LESS_Logo.svg.png">
3099+
<img align="center" src="https://upload.wikimedia.org/wikipedia/commons/thumb/8/81/LESS_Logo.svg/1280px-LESS_Logo.svg.png" width="900" height="500"/>
3100+
</a>
3101+
<br><br><br>
3102+
</details>
3103+
30363104
<details>
30373105
<summary>Lightworks</summary>
30383106
<br>Category/Type - <br>System software<br>

0 commit comments

Comments
 (0)