forked from less/less.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
bzx edited this page Apr 25, 2013
·
35 revisions
Documentation for Less.js, the official compiler for the LESS language
About LESS
As an extension to CSS, LESS is not only backwards compatible with CSS, but LESS uses existing CSS syntax for the extra features it adds. This makes learning LESS a breeze, and allows you to you fall back to CSS if in doubt.
For more information about the language and features visit lesscss.org
- Example LESS Projects
- StackOverflow: Questions tagged with "LESS"
- Sitepoint, "A Comprehensive Introduction to LESS"
- Net Tuts+, "Quick Tip: You Need to Check out LESS.js"
- Hongkiat.com, "LESS CSS Tutorial: Designing a Slick Navigation Bar"
- Hongkiat.com, "Working Effectively With LESS: Tips And Tools"
GUI tools
- Function Reference
- Include Data URI Base64 encoded images easily
- Frameworks that use LESS.js
- Combining 960grid with LESS.js
- Variables TODO
- Mixins TODO
- Extends TODO
- Pattern Matching TODO
- Nested Rules TODO
- Operations TODO
- Functions
- Namespaces TODO
- Scope TODO
- Comments TODO
- Importing TODO