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:53:06 +0300
committerChris Rebert <code@rebertia.com>2015-01-19 02:00:58 +0300
commit1e5ce1e1a9ff3959d9772777b0b1f45a9d972768 (patch)
tree5cffab45e87a2d20e4afa9471f6b1840ec404686 /bower.json
parent61a21205575aa03b4fbbacee2052d20bf75941d4 (diff)
Temporarily revert "Rename scss/bootstrap.scss -> scss/_bootstrap.scss"
This reverts commit 2916ac43ed57baacc49d2cc7550b8d1dfe87b261. This reverts commit 3d635f30795deb11ee7feaea5595b78c70221389. This reverts commit 61a21205575aa03b4fbbacee2052d20bf75941d4. This change broke the Grunt build.
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 903c71d81b..ef98190e6a 100644
--- a/bower.json
+++ b/bower.json
@@ -14,7 +14,7 @@
],
"homepage": "http://getbootstrap.com",
"main": [
- "scss/_bootstrap.scss",
+ "scss/bootstrap.scss",
"dist/css/bootstrap.css",
"dist/js/bootstrap.js"
],