Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

LESS Client for Windows

I am looking for a client that supports LESS (http://lesscss.org/ it basically helps you with your CSS) It is very hard to find something on google, as css with the word less always referes to "less counter-strike:source" .... I checked manually if there is a plugin available for notepad++ may editor of choice when it comes to simple CSS or HTML, however, there was not plugin available.

Maybe there is somebody who actually found something usefull to Support LESS on a WINDOWS PC.

Sadly the website doesnt say anything about that neither. I installed Ruby and Ruby Gems but, I do not want to do things over the command line ... why should I? There are clients and plugins for editors on MacOSX...

I hope somebody of you could help me out because I really find just rubbish over google..

Thank you very much in advance!

like image 848
Richard Avatar asked Jan 19 '11 10:01

Richard


People also ask

What is the least version of Windows?

However, Windows is not the most used operating system when including both mobile and desktop OSes, due to Android's massive growth. As of September 2022, the most recent version of Windows is Windows 11 for consumer PCs and tablets, Windows 11 Enterprise for corporations, and Windows Server 2022 for servers.

What is the replacement for WMIC?

The WMIC tool is deprecated in Windows 10, version 21H1 and the 21H1 General Availability Channel release of Windows Server. This tool is superseded by Windows PowerShell for WMI.

What is a Windows client?

A Windows desktop or laptop PC. The term is used to contrast a user's machine with a server in the network.

How do I run bare minimum in Windows 10?

Run the Windows 10 Debloater (Option A) Remove bloatware packages (you can also whitelist specific packages if you want to make a custom selection) Limit telemetry as much as possible. Uninstall OneDrive. Remove unneeded registry keys.


1 Answers

You should check out WinLess. WinLess is a compiler (with GUI) for LESS. WinLess can watch your LESS files, and automatically compile them when they have changed. If you are using Visual Studio for your projects you should also check out the BuildEventScript of winless.org.

If you also want syntax highlighting in notepad++ you should install the User Defined Language for LESS.js from this page.

like image 194
Mark Lagendijk Avatar answered Oct 03 '22 23:10

Mark Lagendijk