.. |
compression
|
improve output of page rules during compression - don't strip ; on rule before rulesets
|
2013-09-16 22:22:33 +01:00 |
debug
|
Test for escaped paths
|
2012-11-28 05:49:11 +00:00 |
globalVars
|
add banner option. Fixes #1735
|
2013-12-22 16:17:52 +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 |
static-urls
|
Fix issue with urls in mixins
|
2013-12-17 23:42:08 +00:00 |
charsets.css
|
only include the first @charset definition - subsequent ones will be
|
2012-10-28 14:06:56 +00:00 |
colors.css
|
clamped rgba format color output.
|
2013-12-22 10:02:49 +04:00 |
comments.css
|
fix tests
|
2013-07-15 22:03:52 +01:00 |
css-3.css
|
support @host. Fixes #1560
|
2013-09-22 10:03:50 +01:00 |
css-escapes.css
|
Support for escaped characters in attributes and unit tests moved into css-escapes
|
2012-09-23 17:06:21 +01:00 |
css-guards.css
|
Fix issue with css guards not hiding inner classes
|
2013-07-30 12:14:20 +01:00 |
css.css
|
fix, less with compression (-x) was unable to parse auto\9
|
2013-03-06 16:06:16 +00:00 |
extend-chaining.css
|
Fix duplicate selectors sometimes generated in extends. Fixes #1591. Fixes #1581
|
2013-10-15 20:19:11 +01:00 |
extend-clearfix.css
|
Fix merge errors/problems and change format to ++
|
2013-01-05 15:29:35 +00:00 |
extend-exact.css
|
support for deep but exact extend
|
2013-03-05 10:20:41 +00:00 |
extend-media.css
|
move extend fully into visitor, bringing back functionality and fixes #1165
|
2013-03-04 10:43:32 +00:00 |
extend-nest.css
|
ampersands in selectors using extend - more complex test
|
2013-03-18 11:37:25 +00:00 |
extend-selector.css
|
Fix another extend issue - Fixes #1404
|
2013-09-01 15:04:21 +01:00 |
extend.css
|
First part of extend chaining
|
2013-03-07 12:17:24 +00:00 |
extract-and-length.css
|
Added `length` function (#1542). Added scalar value handling for `extract` and `length` (#1576).
|
2013-10-03 10:04:23 +04:00 |
functions.css
|
color-blending-with-transparency: initial implementation
|
2013-11-30 00:15:13 +04:00 |
ie-filters.css
|
Eval assignments by copying. Fixes #534
|
2012-08-06 22:02:32 +01:00 |
import-inline.css
|
Fix error in previous commit
|
2013-07-16 20:24:44 +01:00 |
import-interpolation.css
|
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.css
|
import multiple has a cascade effect. fixes #1497
|
2013-10-04 06:54:58 +01:00 |
import-reference.css
|
move the property check out of the ruleset and fix an issue in the visitor
|
2013-07-05 20:56:59 +01:00 |
import.css
|
fix tests
|
2013-07-15 22:03:52 +01:00 |
javascript.css
|
Allow multiline javascript expressions, fixes #885
|
2012-09-09 10:35:27 +01:00 |
lazy-eval.css
|
get lazy-eval to pass
|
2010-03-05 20:42:32 -05:00 |
media.css
|
allow media features to be variables. Fixes #1330
|
2013-09-18 18:04:00 +01:00 |
merge.css
|
merging of interleaved properties - fixed a typo in tests
|
2013-12-19 15:43:37 +04:00 |
mixins-args.css
|
Fix default variables containing comma when semi-colon seperated mixin definition. Fixes #1211
|
2013-03-06 09:55:14 +00:00 |
mixins-closure.css
|
(test) mixin closures
|
2010-07-06 16:52:33 +02:00 |
mixins-guards-default-func.css
|
`default` function: added error when used with css-guards. updated tests.
|
2013-12-22 18:54:39 +04:00 |
mixins-guards.css
|
Add alias for =< as <= fixes #1435
|
2013-09-18 05:42:21 +01:00 |
mixins-important.css
|
send important on to sub mixins. Fixes #1256
|
2013-09-18 17:49:33 +01:00 |
mixins-interpolated.css
|
Experimental support for mixins with interpolated selectors.
|
2013-12-17 05:41:08 +04:00 |
mixins-named-args.css
|
Fix problem with name arguments with arguments variable and if you've specified all the arguments
|
2012-10-21 15:20:23 +01:00 |
mixins-nested.css
|
cleanup ruleset evaluation
|
2010-07-23 19:46:48 -04:00 |
mixins-pattern.css
|
Variadic argument support
|
2012-02-28 17:42:29 +01:00 |
mixins.css
|
a few minor selector match fixes: updated tests.
|
2013-10-29 22:25:36 +04:00 |
no-output.css
|
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.css
|
Add rem dimension support
|
2011-12-03 17:58:25 +01:00 |
parens.css
|
test parens false negative
|
2013-12-14 18:03:41 +00:00 |
property-name-interp.css
|
Experimental support for "property name interpolation".
|
2013-12-18 07:09:14 +04:00 |
rulesets.css
|
always newline selector lists
|
2012-01-20 19:56:18 -08:00 |
scope.css
|
Scope fix - default parameters are evaluated in the mixin scope, not the
|
2012-11-29 19:48:30 +00:00 |
selectors.css
|
proposed solution to #1568: percentage as attribute
|
2013-09-28 17:51:04 -07:00 |
strings.css
|
Fix bad reliance on env variable, causing error when interpolating a comma seperated value
|
2013-08-15 21:58:02 +01:00 |
urls.css
|
Close #1777
|
2014-01-05 12:27:05 +01:00 |
variables.css
|
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.css
|
Fix other whitespace issue brought up in #406
|
2012-08-19 08:30:41 +01:00 |