2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03: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
+1 -1
View File
@@ -14,7 +14,7 @@
],
"homepage": "http://getbootstrap.com",
"main": [
"sass/_bootstrap.scss",
"scss/_bootstrap.scss",
"dist/css/bootstrap.css",
"dist/js/bootstrap.js"
],