mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-18 10:52:19 +01:00
fix main SCSS file paths
Fixes 2916ac43ed57baacc49d2cc7550b8d1dfe87b261 errata FYI @glebm
This commit is contained in:
parent
3d635f3079
commit
61a2120557
@ -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"
|
||||||
],
|
],
|
||||||
|
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user