diff options
| author | Chris Rebert <[email protected]> | 2015-01-18 14:29:51 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-01-18 14:29:53 -0800 |
| commit | 61a21205575aa03b4fbbacee2052d20bf75941d4 (patch) | |
| tree | eba66931553c6cdb71db9a9786b9b730275138ea /package.json | |
| parent | 3d635f30795deb11ee7feaea5595b78c70221389 (diff) | |
| download | bootstrap-61a21205575aa03b4fbbacee2052d20bf75941d4.tar.xz bootstrap-61a21205575aa03b4fbbacee2052d20bf75941d4.zip | |
fix main SCSS file paths
Fixes 2916ac43ed57baacc49d2cc7550b8d1dfe87b261 errata
FYI @glebm
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 2befe5f25..b2b48efd2 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "test": "grunt test" }, "style": "dist/css/bootstrap.css", - "sass": "_sass/bootstrap.sass", + "sass": "scss/_bootstrap.scss", "main": "./dist/js/npm", "repository": { "type": "git", |
