diff options
author | Igor Scheller <igor.scheller@igorshp.de> | 2017-01-02 03:15:57 +0100 |
---|---|---|
committer | Igor Scheller <igor.scheller@igorshp.de> | 2017-01-02 03:15:57 +0100 |
commit | b839e401062b294292fdcbd7e30b79bc149fab6f (patch) | |
tree | fa8447e22e9fc341d68908078ca6ece4d60544c9 /themes/theme2.less | |
parent | 84f6990db2a4e388e775a9c1465219eb0f6ed164 (diff) |
Require twbs/bootstrap via composer
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 344e23c6..c4486444 100644 --- a/themes/theme2.less +++ b/themes/theme2.less @@ -1,4 +1,4 @@ -@import "assets/bootstrap/less/variables"; +@import "../vendor/twbs/bootstrap/less/variables"; @brand-primary: #758499; @brand-success: #7b9c41; |