mirror of
https://github.com/flarum/framework.git
synced 2025-02-20 22:00:24 +08:00
Fix up LESS compilation.
This commit is contained in:
parent
b37deb248c
commit
dab9a6d7bc
@ -1,8 +1,8 @@
|
||||
@import "config.less";
|
||||
|
||||
@flarum-base: "flarum/";
|
||||
@bootstrap-base: "../../vendor/bootstrap/less/";
|
||||
@font-awesome-base: "../../vendor/font-awesome/less/";
|
||||
@bootstrap-base: "../../bower_components/bootstrap/less/";
|
||||
@font-awesome-base: "../../bower_components/font-awesome/less/";
|
||||
|
||||
@import "@{flarum-base}bootstrap/bootstrap.less";
|
||||
@import "@{font-awesome-base}font-awesome.less";
|
||||
|
@ -1,4 +1,5 @@
|
||||
// Core variables and mixins
|
||||
@import "@{bootstrap-base}variables.less";
|
||||
@import "variables.less";
|
||||
@import "@{bootstrap-base}mixins.less";
|
||||
|
||||
|
@ -26,6 +26,7 @@
|
||||
"ember-cli-htmlbars": "^0.5.4",
|
||||
"ember-cli-ic-ajax": "0.1.1",
|
||||
"ember-cli-inject-live-reload": "^1.3.0",
|
||||
"ember-cli-less": "^1.0.5",
|
||||
"ember-cli-qunit": "0.1.2",
|
||||
"ember-data": "1.0.0-beta.12",
|
||||
"ember-dynamic-component": "0.0.4",
|
||||
|
Loading…
x
Reference in New Issue
Block a user