You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
AJ Ashton 4f878f89c9
Proper text-transform property name.
14 years ago
benchmark benchmark script can be passed files. also use optimization level 2, cause 3 doesn't exist anymore 14 years ago
bin continue parsing after parsing errors with the `returnErrors: true` option. 14 years ago
build (doc) comments 14 years ago
dist (build) 1.0.40 14 years ago
lib/mess Proper text-transform property name. 14 years ago
test only use .mss files; ignore files with further endings 14 years ago
LICENSE moved to apache license 15 years ago
Makefile (dist) new dist commands to Makefile 14 years ago
README.txt Making readme txt 14 years ago
package.json Cleaning up package 14 years ago

README.txt

    

_)
__ `__ \ _ \ __| __| | __|
| | | __/\__ \\__ \ |\__ \
_| _| _|\___|____/____/_) |____/
___/

mess.js is an attempt to use less.js to
compile cascadenik-formatted styles.

it is inspired by but incompatible with
Cascadenik [1]. most importantly it deviates
by

1. Supporting JSON MML representations only
2. Implementing composition of styles instead
of overriding

mess.js is based on less.js [2], a CSS compiler
written by Alexis Sellier. It includes
underscore.js [3].

like less, mess.js provides a binary in bin/,
named mess, although it is designed primarily
for usage as a library.

usage:

messc map_file.json

[1]: https://github.com/mapnik/Cascadenik
[2]: https://github.com/cloudhead/less.js
[3]: https://github.com/documentcloud/underscore/