Moved vendor/bootstrap to themses/assets/bootstrap
This commit is contained in:
parent
a8ab9ccce1
commit
88d545eff1
|
@ -2,5 +2,5 @@
|
|||
path = vendor/parsedown
|
||||
url = https://github.com/erusev/parsedown.git
|
||||
[submodule "vendor/bootstrap"]
|
||||
path = vendor/bootstrap
|
||||
path = themes/assets/bootstrap
|
||||
url = https://github.com/twbs/bootstrap.git
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "../vendor/bootstrap/less/bootstrap";
|
||||
@import "assets/bootstrap/less/bootstrap";
|
||||
|
||||
@icon-font-path: "../fonts/";
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "../vendor/bootstrap/less/variables";
|
||||
@import "assets/bootstrap/less/variables";
|
||||
|
||||
/*
|
||||
The MIT License (MIT)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "../vendor/bootstrap/less/variables";
|
||||
@import "assets/bootstrap/less/variables";
|
||||
|
||||
@brand-primary: #758499;
|
||||
@brand-success: #7b9c41;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "../vendor/bootstrap/less/variables";
|
||||
@import "assets/bootstrap/less/variables";
|
||||
|
||||
@brand-primary: #f19224;
|
||||
@brand-success: #39AB50;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "../vendor/bootstrap/less/variables";
|
||||
@import "assets/bootstrap/less/variables";
|
||||
|
||||
/*
|
||||
The MIT License (MIT)
|
||||
|
|
Loading…
Reference in New Issue