autograph-cli
v1.0.7
Published
Autograph is a CSS generation language that uses s-expressions for styling rules and allows for the use of variables and functions written in Common Lisp.
Downloads
3
Readme
Autograph
Autograph is a CSS generation language that uses s-expressions for styling rules and allows for the use of variables and functions written in Common Lisp.
Autograph is written to be used with sigil, mostly because they have the same syntax for symbol naming and transformation for class names and ids:
https://www.npmjs.com/package/sigil-cli
See example.ag for syntax and to see how symbol names are converted using the Parenscript syntax:
https://github.com/burtonsamograd/autograph/blob/master/example.ag
Usage:
autograph -I [include path...] style.ag > style.css
Includes;
Autograph allows for the including of files as follows:
(include "common.ag")
You can specify the include search paths with -I on the command line.
Requires:
SBCL, installable from http://sbcl.org/platform-table.html or 'apt-get install sbcl'. After you have that, just run 'make'.
License:
MIT
-- Burton Samograd [email protected] 2015