From 2916ac43ed57baacc49d2cc7550b8d1dfe87b261 Mon Sep 17 00:00:00 2001 From: Gleb Mazovetskiy Date: Thu, 15 Jan 2015 21:20:40 +0000 Subject: [PATCH] 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. --- bower.json | 4 ++-- package.json | 4 ++-- scss/{bootstrap.scss => _bootstrap.scss} | 0 3 files changed, 4 insertions(+), 4 deletions(-) rename scss/{bootstrap.scss => _bootstrap.scss} (100%) diff --git a/bower.json b/bower.json index be12ddb1de..6853bea142 100644 --- a/bower.json +++ b/bower.json @@ -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" ], diff --git a/package.json b/package.json index fa2e1449d1..2befe5f251 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", diff --git a/scss/bootstrap.scss b/scss/_bootstrap.scss similarity index 100% rename from scss/bootstrap.scss rename to scss/_bootstrap.scss