mirror of
https://github.com/flarum/framework.git
synced 2024-11-30 21:44:12 +08:00
690174297d
- Componentize more stuff, heading in the direction of Ember 2.0 - Start CSS from scratch - Everything is broken atm!
13 lines
344 B
Plaintext
13 lines
344 B
Plaintext
// @import "config-default.less";
|
|
@import "config.less";
|
|
|
|
@flarum-base: "flarum/";
|
|
@bootstrap-base: "../../bower_components/bootstrap/less/";
|
|
@font-awesome-base: "../../bower_components/font-awesome/less/";
|
|
|
|
@import "bootstrap/bootstrap.less";
|
|
@import "@{font-awesome-base}font-awesome.less";
|
|
|
|
@fa-font-path: "../font-awesome/fonts";
|
|
|