Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas McDonald <tom@conceptcoding.co.uk>2012-02-06 17:38:26 +0400
committerThomas McDonald <tom@conceptcoding.co.uk>2012-02-06 17:38:26 +0400
commit4ae4653ff6e272ff6f477aa9af0e5eeba11e4de7 (patch)
tree3c80522658cd4db2e04402cd28a32deac595fcf4 /templates/project/styles.scss
parent1e3fa24132af3178807dc3cdcc51360d5cc77dd3 (diff)
Update bootstrap-sass to 2.0.0
Now with support for Compass!
Diffstat (limited to 'templates/project/styles.scss')
-rw-r--r--templates/project/styles.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/project/styles.scss b/templates/project/styles.scss
new file mode 100644
index 0000000..d055aeb
--- /dev/null
+++ b/templates/project/styles.scss
@@ -0,0 +1,5 @@
+// I gather this file is a starting point for the project.
+@import "bootstrap";
+
+// Include responsive Bootstrap styles
+// @import "bootstrap-responsive"; \ No newline at end of file