Commit Graph

116 Commits

Author SHA1 Message Date
Konstantin Käfer
e588ad601f scales added to example 2011-01-19 15:51:31 -05:00
Konstantin Käfer
f10e8a6cd8 more complex example with listing what values each layer should get 2011-01-19 14:06:46 -05:00
Konstantin Käfer
1e92b20101 split up multiple selectors into separate styles 2011-01-19 12:27:51 -05:00
Konstantin Käfer
2952bc1930 selector_cache is gone in this branche 2011-01-19 12:23:55 -05:00
Konstantin Käfer
5241f62bfd update test runner to be more verbose and show what failed on errors
uses node-xml2js to compare xml files
use ndistro to install dependencies

Conflicts:

	lib/mess/parser.js
	test/mess-test.js
2011-01-19 12:22:24 -05:00
Tom MacWright
e6f33a8ba3 Adding negation example 2011-01-19 12:10:03 -05:00
Tom MacWright
89b94aa044 Aggregation test 2011-01-19 12:05:37 -05:00
Tom MacWright
88b384caf4 Adding zoom levels example 2011-01-19 11:46:37 -05:00
Tom MacWright
20f0ed366d Adding flattenRules function. 2011-01-18 15:35:46 -05:00
Tom MacWright
1f8a449a7f Adding filter fallback example 2011-01-18 14:47:14 -05:00
Tom MacWright
3ca728ae96 Updating nested multiple selectors 2011-01-18 14:31:29 -05:00
Tom MacWright
d248372172 Starting AST work 2011-01-17 16:17:00 -05:00
Tom MacWright
b6e8148a84 Adding specificity code 2011-01-17 14:22:02 -05:00
Tom MacWright
96d19204cf Simplifying nested example, removing compress variables and frames code. 2011-01-17 13:52:13 -05:00
Tom MacWright
8e615e549f Updating testing, adding docs 2011-01-17 13:19:14 -05:00
Tom MacWright
06a0e56e90 Rewriting, updating test framework 2011-01-17 12:08:16 -05:00
Tom MacWright
008abe40d7 Adding support for multiple filtered selectors 2011-01-14 18:42:58 -05:00
Tom MacWright
e035a8986e Adding default tilemill stylesheet to testing dir 2011-01-13 14:25:12 -05:00
Tom MacWright
7c0d065f9c Removing old test files 2011-01-13 14:14:48 -05:00
Tom MacWright
97a4e8ae85 Removing old less and css files. 2011-01-13 14:11:06 -05:00
Tom MacWright
e5ba37d71e Full rename to mess 2011-01-05 14:23:28 -05:00
Tom MacWright
6cf86b1a64 Updating world samples 2011-01-05 13:11:36 -05:00
Tom MacWright
41904a668a Support embedded styles. Fixes #10. Needs testing for non-embedded styles 2011-01-05 12:46:31 -05:00
Tom MacWright
5d9d41a815 Adding json map examples 2011-01-04 13:07:49 -05:00
Tom MacWright
094628e295 Less-confusing test file 2011-01-03 15:28:45 -05:00
Tom MacWright
177322708f Adding examples for testing purposes 2011-01-03 14:46:31 -05:00
James A. Rosen
c58d8aa156 fixed @media and @page parsing problem 2010-11-27 06:34:17 +08:00
Ian Beck
f4437cb8f3 Modified selector regexen to support CSS character escapes, added test files to verify change
Closes #78, closes #105
2010-11-27 06:07:14 +08:00
cloudhead
a985924d68 (new) support for unquoted data URIs in url() 2010-11-20 02:17:35 -05:00
Felix Geisendörfer
8e846a3b11 Fix test suite
Replaced old fs.open/read wrapper with fs.readFile.
2010-10-13 14:09:00 +08:00
cloudhead
4d6335b4e2 make strings behave like other nodes.
- rename 'content' to 'value'
2010-07-25 16:41:05 -04:00
cloudhead
ba2cfe9265 cleanup ruleset evaluation
- remove eval() from ruleset.toCSS
- fix multiple mixin calls with different arguments yeilding the same
  output.
2010-07-23 19:46:48 -04:00
cloudhead
b71942966d explicit evaluation of variables within js 2010-07-09 21:31:26 +02:00
cloudhead
4e46b104f1 test e() with javascript 2010-07-08 19:30:36 +02:00
cloudhead
bf6d68345d preliminary support for evaluating JavaScript code inside LESS 2010-07-08 19:04:36 +02:00
cloudhead
00bbf81471 support parametric mixins with # 2010-07-08 00:27:32 +02:00
cloudhead
7d51a71ac0 change scope.less back, to test late binding 2010-07-08 00:22:34 +02:00
cloudhead
b5d74f8e38 fix compound variable substitutions 2010-07-08 00:22:01 +02:00
cloudhead
f7be8f515d fix font shorthand with % 2010-07-08 00:21:36 +02:00
cloudhead
45b97a6054 big refactoring of ruleset.js, move eval code to eval() 2010-07-07 13:53:09 +02:00
cloudhead
38272c7f85 (test) mixin closures 2010-07-06 16:52:33 +02:00
cloudhead
3664f26c06 support functions in operations 2010-07-05 01:19:04 +02:00
cloudhead
8a4a9a471a support variables in url() 2010-07-04 10:45:55 +02:00
cloudhead
d1c16908b6 fix syntax error with semi-colons in strings 2010-07-01 10:46:31 +02:00
cloudhead
1a56c6d225 proper chunkification of comments.
comments are preserved even with chunkified input now.
2010-07-01 01:31:48 +02:00
cloudhead
075523e96d fix '!important' in certain scenarios 2010-06-27 16:40:12 -04:00
cloudhead
2aa945c98c fix some issues with alpha getting lost 2010-06-19 14:35:37 -04:00
cloudhead
f272611137 fixed hsla => rgba conversion 2010-06-19 13:42:33 -04:00
cloudhead
7a80774960 fix comments in mixins. 2010-06-16 02:13:59 -04:00
cloudhead
e2a6228ff5 (new) Additions & improvements to color functions.
- Added spin() to change hue.
- Fixed darken/lighten to be additive.
- Added color extraction functions.
2010-06-15 20:13:19 -04:00