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:
authorChris Rebert <code@rebertia.com>2015-01-19 01:29:51 +0300
committerChris Rebert <code@rebertia.com>2015-01-19 01:29:53 +0300
commit61a21205575aa03b4fbbacee2052d20bf75941d4 (patch)
treeeba66931553c6cdb71db9a9786b9b730275138ea /bower.json
parent3d635f30795deb11ee7feaea5595b78c70221389 (diff)
fix main SCSS file paths
Fixes 2916ac43ed57baacc49d2cc7550b8d1dfe87b261 errata FYI @glebm
Diffstat (limited to 'bower.json')
-rw-r--r--bower.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/bower.json b/bower.json
index 6853bea142..903c71d81b 100644
--- a/bower.json
+++ b/bower.json
@@ -14,7 +14,7 @@
],
"homepage": "http://getbootstrap.com",
"main": [
- "sass/_bootstrap.scss",
+ "scss/_bootstrap.scss",
"dist/css/bootstrap.css",
"dist/js/bootstrap.js"
],