diff options
| author | Chris Rebert <[email protected]> | 2015-01-18 14:53:06 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-01-18 15:00:58 -0800 |
| commit | 1e5ce1e1a9ff3959d9772777b0b1f45a9d972768 (patch) | |
| tree | 5cffab45e87a2d20e4afa9471f6b1840ec404686 /package.json | |
| parent | 61a21205575aa03b4fbbacee2052d20bf75941d4 (diff) | |
| download | bootstrap-1e5ce1e1a9ff3959d9772777b0b1f45a9d972768.tar.xz bootstrap-1e5ce1e1a9ff3959d9772777b0b1f45a9d972768.zip | |
Temporarily revert "Rename scss/bootstrap.scss -> scss/_bootstrap.scss"
This reverts commit 2916ac43ed57baacc49d2cc7550b8d1dfe87b261.
This reverts commit 3d635f30795deb11ee7feaea5595b78c70221389.
This reverts commit 61a21205575aa03b4fbbacee2052d20bf75941d4.
This change broke the Grunt build.
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 b2b48efd2..c6295a079 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "test": "grunt test" }, "style": "dist/css/bootstrap.css", - "sass": "scss/_bootstrap.scss", + "sass": "scss/bootstrap.scss", "main": "./dist/js/npm", "repository": { "type": "git", |
