diff options
author | Igor Scheller <igor.scheller@igorshp.de> | 2017-01-01 22:14:33 +0100 |
---|---|---|
committer | Igor Scheller <igor.scheller@igorshp.de> | 2017-01-01 22:34:45 +0100 |
commit | 88d545eff1d6215c1f3dd1ef1386edb6352a996b (patch) | |
tree | b5860a32aa74d78361b60373587ac795be25e942 /themes/theme2.less | |
parent | a8ab9ccce10fb476dc480de40a49b513f5d505de (diff) |
Moved vendor/bootstrap to themses/assets/bootstrap
Diffstat (limited to 'themes/theme2.less')
-rw-r--r-- | themes/theme2.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/theme2.less b/themes/theme2.less index d5cac763..344e23c6 100644 --- a/themes/theme2.less +++ b/themes/theme2.less @@ -1,4 +1,4 @@ -@import "../vendor/bootstrap/less/variables"; +@import "assets/bootstrap/less/variables"; @brand-primary: #758499; @brand-success: #7b9c41; |