From 5392872f323de96c5b477a90b50bc7a1630ca3b7 Mon Sep 17 00:00:00 2001 From: Bansidhar kadiya Date: Sat, 11 Apr 2026 12:17:12 +0530 Subject: [PATCH] Add 99Tools Less to CSS to online compilers list Added a link to the 99Tools Less to CSS converter under the "Online Less Compilers" section. It provides a fast, browser-based tool for users to compile Less code into CSS. --- content/tools/online-less-compilers.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/tools/online-less-compilers.md b/content/tools/online-less-compilers.md index 60766245..4f798a05 100644 --- a/content/tools/online-less-compilers.md +++ b/content/tools/online-less-compilers.md @@ -11,6 +11,7 @@ title: Online Less Compilers | [estFiddle](http://ecomfe.github.io/est/fiddle/) | Online Less compiler providing live demo for Less and [est](http://ecomfe.github.io/est/). Allowing users to switch among all versions of Less after `1.4.0` with optional est/Autoprefixer functionalities. | | [BeautifyTools Less Compiler](http://beautifytools.com/less-compiler.php) | Online Less compiler with optional formatting and minification at [BeautifyTools](http://beautifytools.com) | | [Less WebCompiler](https://less.pytes.net) | The most configurable Less web compiler on the internet, it allows to render the CSS output with your own Coding Standards! | +| [99Tools Less to CSS](https://99tools.net/less-to-css/) | A fast online compiler to convert Less code into CSS. | ## Online Web IDEs/Playgrounds with Less support