1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jan 29, 2025 — Jan 29, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updating to less.js v1.3.0 More... almost 14 years ago
Added boostrap v2.0.2 to the tests More... almost 14 years ago
Less recursive RegExp for multiline comments More... about 14 years ago
Fixes #2: Classic modulo operator % change float number to integer. This produce slightly different values in color functions. More... about 14 years ago
Merge https://github.com/agar/less.php More... about 14 years ago
False negative for instances of alpha(opacity=0) More... about 14 years ago
Added test for string length to operator parser function. Fixes #5. More... about 14 years ago
Extra unit tests. More... about 14 years ago
Fixed parsing of quoted entities that contain escape sequences, closes #3. More... about 14 years ago
Added twitter bootstrap v1.4.0 to the unit tests. More... about 14 years ago
Improved mixin matching (see cloudhead/less...@b32fe0e6a8649ba39665f0638c25d55390bf161e and Mordred/less.php@3217add177bb14a6d8bc4afa775dac8524c39c26) More... about 14 years ago
Improve mixin matching More... about 14 years ago
Add --watch option bin/lessc which will scan source files for changes and automatically output new content to destination file More... over 14 years ago
FIX PHP Strict Warnings for Less\Node\Mixin\Definition class More... over 14 years ago
FIX PHP Strict Warnings for Less\Node\Mixin\Definition class More... over 14 years ago
Fixed imports within directives. More... over 14 years ago
Added a debug flag which will output comments in the compiled css with the file and line number for called mixins, and also mark the start and end of imported files. More... over 14 years ago
Fix parsing of empty ruleset blocks. More... over 14 years ago
Added a script to process and cache compiled less via a web request. More... over 14 years ago
Added a message for attempted JavaScript evaluation, along with test coverage for mix, fade, and escape functions. More... over 14 years ago
Fixed reference to Javascript class. More... over 14 years ago
Updated the fade* functions to accept percentage or float value. More... over 14 years ago
Updated unit tests with less.php specific tests. More... over 14 years ago
Added lessc command. More... over 14 years ago
Allow chaining of multiple inputs through one parser before getting the generated css. More... over 14 years ago
Support imports with querystrings (google fonts). See cloudhead/less.js@a3384fa92 More... over 14 years ago
Updated README. More... over 14 years ago
Added a README. More... over 14 years ago
Removed custom functions from the test cases for now, these will eventually be added to the \Less\Environment class. More... over 14 years ago
Fixed style comment parsing and combinator parsing of whitespace. More... over 14 years ago