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

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Mazovetskiy <glex.spb@gmail.com>2015-01-16 00:20:40 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2015-01-16 00:20:40 +0300
commit2916ac43ed57baacc49d2cc7550b8d1dfe87b261 (patch)
treec6a0dd3d4f97b88762b9d3d624f8459b7825e792 /bower.json
parent0531d6476cc655fe7fce56356067512b75ce7a15 (diff)
Rename scss/bootstrap.scss -> scss/_bootstrap.scss
This is required for Compass compatibility. See https://github.com/twbs/bootstrap-sass/issues/694 Also updates bower.json and package.json references to the main Sass file.
Diffstat (limited to 'bower.json')
-rw-r--r--bower.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/bower.json b/bower.json
index be12ddb1de..6853bea142 100644
--- a/bower.json
+++ b/bower.json
@@ -5,7 +5,7 @@
"keywords": [
"css",
"js",
- "less",
+ "sass",
"mobile-first",
"responsive",
"front-end",
@@ -14,7 +14,7 @@
],
"homepage": "http://getbootstrap.com",
"main": [
- "less/bootstrap.less",
+ "sass/_bootstrap.scss",
"dist/css/bootstrap.css",
"dist/js/bootstrap.js"
],