Hello,

On Mon, 27 Apr 2015 12:12:10 +0200
Andrew Shadura <[email protected]> wrote:

> diff --git a/kallithea/public/css/kallithea.less
> b/kallithea/public/css/kallithea.less new file mode 100644
> --- /dev/null
> +++ b/kallithea/public/css/kallithea.less
> @@ -0,0 +1,6 @@
> +// main lesscss style sheet for lesscss_example
> +
> +@color: #ccc;
> +@border: thin solid black;
> +
> +blockquote {background-color: @color; border: @border;}

This generates the following file as kallithea/public/gen/kallithea.css:

blockquote {
 background-color: #cccccc;
 border: thin solid black;
}

-- 
Cheers,
  Andrew

Attachment: pgpgrNJJ1IH8Q.pgp
Description: OpenPGP digital signature

_______________________________________________
kallithea-general mailing list
[email protected]
http://lists.sfconservancy.org/mailman/listinfo/kallithea-general

Reply via email to