less4j
CSS compiler
A Java-based compiler for the Less programming language, translating its syntax into standard CSS.
Less language is an extension of css and less4j compiles it into regular css. Less adds several dynamic features into css: variables, expressions, nested rules, and so on. Less was designed to be compatible with css and any correct css file is also correct less file.
146 stars
15 watching
47 forks
Language: Java
last commit: about 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
cowboyd/less.rb | Provides Ruby bindings to a dynamic stylesheet language that compiles CSS-like code into CSS. | 120 |
kib357/less-go | A Go-based compiler for the Less CSS preprocessor | 17 |
asual/lesscss-engine | A Java wrapper for LESS.js, providing basic access to the core LESS functionality. | 220 |
timdouglas/sublime-less2css | A plugin for Sublime Text that compiles LESS files to CSS on save | 202 |
hyra/less | A CakePHP plugin that converts LESS files to CSS using only PHP. | 27 |
x-projs/cssbuilder | Automates compilation of LESS/SASS/SCSS/Stylus files to CSS in .NET projects. | 6 |
gruntjs/grunt-contrib-less | Compiles LESS files to CSS | 667 |
mishal/iless | A PHP port of a CSS preprocessor that extends the CSS language with features like variables and mixins. | 47 |
i-net-software/jlessc | A pure Java compiler for the Less CSS preprocessor | 56 |
therebelrobot/trrtoolbelt.less | A collection of reusable building blocks for CSS styles and functionality | 2 |
purcell/less-css-mode | Emacs support for compiling LESS CSS files on save | 100 |
kizza/css-less-ish | A plugin that compiles CSS variables and nesting into standard CSS without requiring a separate preprocessor or third-party libraries. | 48 |
groenewege/vim-less | Provides syntax highlighting, indentation, and autocompletion for the LESS dynamic CSS language in Vim. | 599 |
metaskills/less-rails | A gem that integrates the Less stylesheet language into the asset pipeline of Ruby on Rails applications. | 340 |
dotless/dotless | A .NET port of the Ruby Less CSS library, providing a compiler and tools for writing CSS with variables, nested rules, and operators. | 693 |