diff options
author | Thomas Park <thomas@thomaspark.me> | 2013-08-06 15:15:37 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2013-08-06 15:15:37 -0400 |
commit | 55f9c2cec0e48dc5190a1f81f297e469c2d5015b (patch) | |
tree | c6c9730b102c7d1239cf143c0ffd9d9de6a8d088 /global | |
parent | a25e04ec97d3d08fb722a167f07150d9af9f1229 (diff) |
moves v2.3.2 to /2/
Diffstat (limited to 'global')
-rw-r--r-- | global/build-responsive.less | 3 | ||||
-rw-r--r-- | global/build.less | 5 | ||||
-rw-r--r-- | global/global.less | 2 |
3 files changed, 0 insertions, 10 deletions
diff --git a/global/build-responsive.less b/global/build-responsive.less deleted file mode 100644 index a07fe295..00000000 --- a/global/build-responsive.less +++ /dev/null @@ -1,3 +0,0 @@ -@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 deleted file mode 100644 index 42de529b..00000000 --- a/global/build.less +++ /dev/null @@ -1,5 +0,0 @@ -@import "../bower_components/bootstrap/less/bootstrap.less"; -@import "variables.less"; -@import "../global/global.less"; -@import "bootswatch.less"; -@import "../bower_components/bootstrap/less/utilities.less";
\ No newline at end of file diff --git a/global/global.less b/global/global.less deleted file mode 100644 index 39bd32a0..00000000 --- a/global/global.less +++ /dev/null @@ -1,2 +0,0 @@ -@iconSpritePath: "../img/glyphicons-halflings.png"; -@iconWhiteSpritePath: "../img/glyphicons-halflings-white.png";
\ No newline at end of file |