1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-16 18:44:01 +02:00

fix main SCSS file paths

Fixes 2916ac43ed errata
FYI @glebm
This commit is contained in:
Chris Rebert
2015-01-18 14:29:51 -08:00
parent 3d635f3079
commit 61a2120557
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@
], ],
"homepage": "http://getbootstrap.com", "homepage": "http://getbootstrap.com",
"main": [ "main": [
"sass/_bootstrap.scss", "scss/_bootstrap.scss",
"dist/css/bootstrap.css", "dist/css/bootstrap.css",
"dist/js/bootstrap.js" "dist/js/bootstrap.js"
], ],

View File

@@ -17,7 +17,7 @@
"test": "grunt test" "test": "grunt test"
}, },
"style": "dist/css/bootstrap.css", "style": "dist/css/bootstrap.css",
"sass": "_sass/bootstrap.sass", "sass": "scss/_bootstrap.scss",
"main": "./dist/js/npm", "main": "./dist/js/npm",
"repository": { "repository": {
"type": "git", "type": "git",