https://github.com/grawl/less.sugar
Espresso sugar for LESS
https://github.com/grawl/less.sugar
Last synced: 9 months ago
JSON representation
Espresso sugar for LESS
- Host: GitHub
- URL: https://github.com/grawl/less.sugar
- Owner: Grawl
- Created: 2011-11-06T09:46:10.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-11-12T05:13:57.000Z (over 14 years ago)
- Last Synced: 2024-04-15T14:20:34.919Z (about 2 years ago)
- Size: 94.7 KB
- Stars: 12
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
#LESS sugar for Espresso
**This repository is no longer supported because I found a better [LESS.sugar by cellfusion](https://github.com/cellfusion/LESS.sugar).**
LESS extends CSS with dynamic behavior such as variables, mixins, operations and functions. LESS runs on both the client-side (IE 6+, Webkit, Firefox) and server-side, with Node.js.
This sugar is first working solution that I ever seen for LESS. I found it in twitter. I look into it and found that it is a hawx's LESS.sugar, but this version is works, in contrast with sugar that is available in the hawx's repository.
Known LESS.sugar repos:
- [hawx's LESS.sugar](https://github.com/hawx/LESS.sugar) (similiar to this repo, but not working)
- [yoshokatana's LESS.sugar](https://github.com/yoshokatana/LESS.sugar) (not working yet, hope it will work in future)
- [elliottcable's LESS.sugar](https://github.com/elliottcable/LESS.sugar) (nothing created, dummy repo)
- [cellfuision's LESS.sugar](https://github.com/cellfusion/LESS.sugar)