]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Rename scss/bootstrap.scss -> scss/_bootstrap.scss
authorGleb Mazovetskiy <glex.spb@gmail.com>
Thu, 15 Jan 2015 21:20:40 +0000 (21:20 +0000)
committerGleb Mazovetskiy <glex.spb@gmail.com>
Thu, 15 Jan 2015 21:20:40 +0000 (21:20 +0000)
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.

bower.json
package.json
scss/_bootstrap.scss [moved from scss/bootstrap.scss with 100% similarity]

index be12ddb1de2080bac2388b072ae0f4d02b7790f8..6853bea142bfb9776977f4551b37b0e29bd071b2 100644 (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"
   ],
index fa2e1449d15df0c08ca4c8a6c4a053ce9b7be39a..2befe5f2515709e5fc14ea0c72b4ba23b82c559c 100644 (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",
similarity index 100%
rename from scss/bootstrap.scss
rename to scss/_bootstrap.scss