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.
This commit is contained in:
Gleb Mazovetskiy 2015-01-15 21:20:40 +00:00
parent 0531d6476c
commit 2916ac43ed
3 changed files with 4 additions and 4 deletions

View File

@ -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"
],

View File

@ -4,7 +4,7 @@
"version": "3.3.1",
"keywords": [
"css",
"less",
"sass",
"mobile-first",
"responsive",
"front-end",
@ -17,7 +17,7 @@
"test": "grunt test"
},
"style": "dist/css/bootstrap.css",
"less": "less/bootstrap.less",
"sass": "_sass/bootstrap.sass",
"main": "./dist/js/npm",
"repository": {
"type": "git",