.. |
compression
|
improve output of page rules during compression - don't strip ; on rule before rulesets
|
2013-09-16 22:22:33 +01:00 |
debug
|
only include the first @charset definition - subsequent ones will be
|
2012-10-28 14:06:56 +00:00 |
errors
|
improved error message for undefined variable in js eval statement.
|
2013-12-27 17:42:37 +04:00 |
globalVars
|
change to use format consistent with the browser and for sourcemaps to take additional variables into account
|
2013-12-21 11:14:35 +00:00 |
import
|
Merge branch 'unquoted-relative-url-in-mixin' of https://github.com/bdukes/less.js
|
2013-12-17 23:26:34 +00:00 |
legacy
|
rename strictMaths to strictMath, set default to false, update strict options to take = on | off
|
2013-05-02 18:18:51 +01:00 |
modifyVars
|
change to use format consistent with the browser and for sourcemaps to take additional variables into account
|
2013-12-21 11:14:35 +00:00 |
no-js-errors
|
add option to disable javascript. Fixes #688
|
2013-07-05 06:52:29 +01:00 |
sourcemaps
|
missing var config file
|
2013-12-21 21:52:02 +00:00 |
static-urls
|
Add tests for static urls
|
2012-12-28 16:40:06 +00:00 |
charsets.less
|
only include the first @charset definition - subsequent ones will be
|
2012-10-28 14:06:56 +00:00 |
colors.less
|
clamped rgba format color output.
|
2013-12-22 10:02:49 +04:00 |
comments.less
|
multi comments in selectors and other places
|
2013-07-05 06:48:48 +01:00 |
css-3.less
|
support @host. Fixes #1560
|
2013-09-22 10:03:50 +01:00 |
css-escapes.less
|
Support for escaped characters in attributes and unit tests moved into css-escapes
|
2012-09-23 17:06:21 +01:00 |
css-guards.less
|
Fix issue with css guards not hiding inner classes
|
2013-07-30 12:14:20 +01:00 |
css.less
|
fix, less with compression (-x) was unable to parse auto\9
|
2013-03-06 16:06:16 +00:00 |
extend-chaining.less
|
Fix duplicate selectors sometimes generated in extends. Fixes #1591. Fixes #1581
|
2013-10-15 20:19:11 +01:00 |
extend-clearfix.less
|
extend options, algin with decided syntax
|
2013-02-28 17:07:45 +00:00 |
extend-exact.less
|
support for deep but exact extend
|
2013-03-05 10:20:41 +00:00 |
extend-media.less
|
move extend fully into visitor, bringing back functionality and fixes #1165
|
2013-03-04 10:43:32 +00:00 |
extend-nest.less
|
ampersands in selectors using extend - more complex test
|
2013-03-18 11:37:25 +00:00 |
extend-selector.less
|
Fix another extend issue - Fixes #1404
|
2013-09-01 15:04:21 +01:00 |
extend.less
|
First part of extend chaining
|
2013-03-07 12:17:24 +00:00 |
extract-and-length.less
|
Added `length` function (#1542). Added scalar value handling for `extract` and `length` (#1576).
|
2013-10-03 10:04:23 +04:00 |
functions.less
|
Added `length` function (#1542). Added scalar value handling for `extract` and `length` (#1576).
|
2013-10-03 10:04:23 +04:00 |
ie-filters.less
|
Eval assignments by copying. Fixes #534
|
2012-08-06 22:02:32 +01:00 |
import-inline.less
|
Add import inline option. Fixes #1209
|
2013-07-05 06:48:47 +01:00 |
import-interpolation.less
|
import interpolation finished. refactored the import phase to occur only within the import visitor - so that the import eval env can be passed between imports.
|
2013-03-01 13:40:54 +00:00 |
import-once.less
|
import multiple has a cascade effect. fixes #1497
|
2013-10-04 06:54:58 +01:00 |
import-reference.less
|
rename mute to reference
|
2013-07-05 06:51:04 +01:00 |
import.less
|
Change import options to require '('
|
2013-03-05 11:35:41 +00:00 |
javascript.less
|
Add tests for compression. remove fullhex function - make colors not compress when used in strings.
|
2013-01-06 10:33:31 +00:00 |
lazy-eval.less
|
test files, from less.rb
|
2010-02-23 18:02:00 -05:00 |
media.less
|
allow media features to be variables. Fixes #1330
|
2013-09-18 18:04:00 +01:00 |
merge.less
|
merging of interleaved properties - fixed a typo in tests
|
2013-12-19 15:43:37 +04:00 |
mixins-args.less
|
do not match args with a variadic mixin that does not have enough arguments. Fixes #1527
|
2013-09-18 17:25:12 +01:00 |
mixins-closure.less
|
(test) mixin closures
|
2010-07-06 16:52:33 +02:00 |
mixins-guards-default-func.less
|
`default` function: added error when used with css-guards. updated tests.
|
2013-12-22 18:54:39 +04:00 |
mixins-guards.less
|
Add alias for =< as <= fixes #1435
|
2013-09-18 05:42:21 +01:00 |
mixins-important.less
|
send important on to sub mixins. Fixes #1256
|
2013-09-18 17:49:33 +01:00 |
mixins-interpolated.less
|
Experimental support for mixins with interpolated selectors.
|
2013-12-17 05:41:08 +04:00 |
mixins-named-args.less
|
take maths further
|
2013-01-24 22:27:17 +00:00 |
mixins-nested.less
|
take maths further
|
2013-01-24 22:27:17 +00:00 |
mixins-pattern.less
|
take maths further
|
2013-01-24 22:27:17 +00:00 |
mixins.less
|
a few minor selector match fixes: updated tests.
|
2013-10-29 22:25:36 +04:00 |
no-output.less
|
do not create empty sourcemaps or add mapping comments on to empty files. Also fix empty files from having a newline in them. fixes #1491
|
2013-09-08 17:12:13 +01:00 |
operations.less
|
take maths further
|
2013-01-24 22:27:17 +00:00 |
parens.less
|
test parens false negative
|
2013-12-14 18:03:41 +00:00 |
property-name-interp.less
|
Experimental support for "property name interpolation".
|
2013-12-18 07:09:14 +04:00 |
rulesets.less
|
changed rulesets.css output to match the new parser output
|
2010-02-26 18:16:48 -05:00 |
scope.less
|
Scope fix - default parameters are evaluated in the mixin scope, not the
|
2012-11-29 19:48:30 +00:00 |
selectors.less
|
proposed solution to #1568: percentage as attribute
|
2013-09-28 17:51:04 -07:00 |
strings.less
|
Fix bad reliance on env variable, causing error when interpolating a comma seperated value
|
2013-08-15 21:58:02 +01:00 |
urls.less
|
Merge branch 'unquoted-relative-url-in-mixin' of https://github.com/bdukes/less.js
|
2013-12-17 23:26:34 +00:00 |
variables.less
|
Make non strict units less strict and change the default to not be strict units. Fixes #1254
|
2013-04-26 09:35:56 +01:00 |
whitespace.less
|
Fix other whitespace issue brought up in #406
|
2012-08-19 08:30:41 +01:00 |