diff options
author | Thomas Park <thomas@thomaspark.me> | 2013-07-29 17:54:06 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2013-07-29 17:54:06 -0400 |
commit | 0c2ed300a4dc113e31f24ee6309ac8c2854f6515 (patch) | |
tree | e03cd2918d54461743b5cb43d61c151259cf8ef3 | |
parent | 471323b646a0e69cce0d641539da4b54ff1b2856 (diff) |
update global less files to point to bower_components
-rw-r--r-- | global/build-responsive.less | 2 | ||||
-rw-r--r-- | global/build.less | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/global/build-responsive.less b/global/build-responsive.less index cd978fb3..a07fe295 100644 --- a/global/build-responsive.less +++ b/global/build-responsive.less @@ -1,3 +1,3 @@ -@import "../components/bootstrap/less/responsive.less"; +@import "../bower_components/bootstrap/less/responsive.less"; @import "variables.less"; @import "../global/global.less";
\ No newline at end of file diff --git a/global/build.less b/global/build.less index 6d7f3b83..42de529b 100644 --- a/global/build.less +++ b/global/build.less @@ -1,5 +1,5 @@ -@import "../components/bootstrap/less/bootstrap.less"; +@import "../bower_components/bootstrap/less/bootstrap.less"; @import "variables.less"; @import "../global/global.less"; @import "bootswatch.less"; -@import "../components/bootstrap/less/utilities.less";
\ No newline at end of file +@import "../bower_components/bootstrap/less/utilities.less";
\ No newline at end of file |