aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorGleb Mazovetskiy <[email protected]>2015-01-15 21:20:40 +0000
committerGleb Mazovetskiy <[email protected]>2015-01-15 21:20:40 +0000
commit2916ac43ed57baacc49d2cc7550b8d1dfe87b261 (patch)
treec6a0dd3d4f97b88762b9d3d624f8459b7825e792 /package.json
parent0531d6476cc655fe7fce56356067512b75ce7a15 (diff)
downloadbootstrap-2916ac43ed57baacc49d2cc7550b8d1dfe87b261.tar.xz
bootstrap-2916ac43ed57baacc49d2cc7550b8d1dfe87b261.zip
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.
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index fa2e1449d..2befe5f25 100644
--- a/package.json
+++ b/package.json
@@ -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",