Mercurial > wikked
annotate 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 |
rev | line source |
---|---|
149
d29e2f337b00
Updated to Bootstrap 3.0.
Ludovic Chabant <ludovic@chabant.com>
parents:
131
diff
changeset
|
1 // Start with Bootstrap. |
d29e2f337b00
Updated to Bootstrap 3.0.
Ludovic Chabant <ludovic@chabant.com>
parents:
131
diff
changeset
|
2 @import "../bootstrap/less/bootstrap.less"; |
d29e2f337b00
Updated to Bootstrap 3.0.
Ludovic Chabant <ludovic@chabant.com>
parents:
131
diff
changeset
|
3 |
d29e2f337b00
Updated to Bootstrap 3.0.
Ludovic Chabant <ludovic@chabant.com>
parents:
131
diff
changeset
|
4 // Now import our styles. |
d29e2f337b00
Updated to Bootstrap 3.0.
Ludovic Chabant <ludovic@chabant.com>
parents:
131
diff
changeset
|
5 @import "wikked/base.less"; |
d29e2f337b00
Updated to Bootstrap 3.0.
Ludovic Chabant <ludovic@chabant.com>
parents:
131
diff
changeset
|
6 @import "wikked/main.less"; |
d29e2f337b00
Updated to Bootstrap 3.0.
Ludovic Chabant <ludovic@chabant.com>
parents:
131
diff
changeset
|
7 @import "wikked/page.less"; |
d29e2f337b00
Updated to Bootstrap 3.0.
Ludovic Chabant <ludovic@chabant.com>
parents:
131
diff
changeset
|
8 @import "wikked/alerts.less"; |
d29e2f337b00
Updated to Bootstrap 3.0.
Ludovic Chabant <ludovic@chabant.com>
parents:
131
diff
changeset
|
9 |
d29e2f337b00
Updated to Bootstrap 3.0.
Ludovic Chabant <ludovic@chabant.com>
parents:
131
diff
changeset
|
10 // End with other miscellaneous stuff. |
159
ffb505cac9c8
Truly concatenate all CSS files.
Ludovic Chabant <ludovic@chabant.com>
parents:
149
diff
changeset
|
11 @import (less) "syntax.css"; |
ffb505cac9c8
Truly concatenate all CSS files.
Ludovic Chabant <ludovic@chabant.com>
parents:
149
diff
changeset
|
12 @import (less) "wmd.css"; |