mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
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:
+2
-2
@@ -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"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user