Commit 2916ac43 authored by Gleb Mazovetskiy's avatar Gleb Mazovetskiy

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.
parent 0531d647
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
"keywords": [ "keywords": [
"css", "css",
"js", "js",
"less", "sass",
"mobile-first", "mobile-first",
"responsive", "responsive",
"front-end", "front-end",
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
], ],
"homepage": "http://getbootstrap.com", "homepage": "http://getbootstrap.com",
"main": [ "main": [
"less/bootstrap.less", "sass/_bootstrap.scss",
"dist/css/bootstrap.css", "dist/css/bootstrap.css",
"dist/js/bootstrap.js" "dist/js/bootstrap.js"
], ],
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"version": "3.3.1", "version": "3.3.1",
"keywords": [ "keywords": [
"css", "css",
"less", "sass",
"mobile-first", "mobile-first",
"responsive", "responsive",
"front-end", "front-end",
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
"test": "grunt test" "test": "grunt test"
}, },
"style": "dist/css/bootstrap.css", "style": "dist/css/bootstrap.css",
"less": "less/bootstrap.less", "sass": "_sass/bootstrap.sass",
"main": "./dist/js/npm", "main": "./dist/js/npm",
"repository": { "repository": {
"type": "git", "type": "git",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment