summaryrefslogtreecommitdiff
path: root/global
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2013-08-06 15:16:13 -0400
committerThomas Park <thomas@thomaspark.me>2013-08-06 15:16:13 -0400
commit20e2d90874a3e1116c76e1547210d191dd0159f4 (patch)
treea9d775814f5dbdf36d45a486f3ab58d0253aafc6 /global
parent55f9c2cec0e48dc5190a1f81f297e469c2d5015b (diff)
first commit for 3.0.0-rc1
Diffstat (limited to 'global')
-rw-r--r--global/build-responsive.less3
-rw-r--r--global/build.less5
-rw-r--r--global/global.less2
3 files changed, 10 insertions, 0 deletions
diff --git a/global/build-responsive.less b/global/build-responsive.less
new file mode 100644
index 00000000..bb52648b
--- /dev/null
+++ b/global/build-responsive.less
@@ -0,0 +1,3 @@
+// @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
new file mode 100644
index 00000000..42de529b
--- /dev/null
+++ b/global/build.less
@@ -0,0 +1,5 @@
+@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
new file mode 100644
index 00000000..39bd32a0
--- /dev/null
+++ b/global/global.less
@@ -0,0 +1,2 @@
+@iconSpritePath: "../img/glyphicons-halflings.png";
+@iconWhiteSpritePath: "../img/glyphicons-halflings-white.png"; \ No newline at end of file