diff static/css/wikked.less @ 159:ffb505cac9c8

Truly concatenate all CSS files.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 09 Jan 2014 20:59:58 -0800
parents d29e2f337b00
children
line wrap: on
line diff
--- a/static/css/wikked.less	Thu Jan 09 20:59:41 2014 -0800
+++ b/static/css/wikked.less	Thu Jan 09 20:59:58 2014 -0800
@@ -8,5 +8,5 @@
 @import "wikked/alerts.less";
 
 // End with other miscellaneous stuff.
-@import "syntax.css";
-@import "wmd.css";
+@import (less) "syntax.css";
+@import (less) "wmd.css";