Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-sass.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco <marco.fugaro@gmail.com>2016-06-24 09:36:43 +0300
committerChris Rebert <github@chrisrebert.com>2016-06-24 09:36:43 +0300
commit0a9d3969be22a866bb1dad1b7185c9c643b147f6 (patch)
tree689d2e75a4ef01b72aa21482e64ab324edd4a174
parenta11455f9db913675107b0029e6d6b70e6954cf44 (diff)
Add "style" field to package.json (#1051); fixes #1045
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index d974a559..068e917e 100644
--- a/package.json
+++ b/package.json
@@ -3,6 +3,7 @@
"version": "3.3.6",
"description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
"main": "assets/javascripts/bootstrap.js",
+ "style": "assets/stylesheets/_bootstrap.scss",
"repository": {
"type": "git",
"url": "git://github.com/twbs/bootstrap-sass"