Skip to content

Commit 39a07c2

Browse files
committed
Merge pull request #16 from jkazama/0.2.x
移植時に削れてた sprockets 記述を追加
2 parents 2bda894 + a52fb7a commit 39a07c2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sample-ui-react",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "React.js Boilerplate",
55
"main": "source/js/main.js",
66
"scripts": {

source/css/bootstrap.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ $panel-body-padding: .6em;
1414
$panel-heading-padding: .4em .6em;
1515
$panel-default-text: #666;
1616

17+
@import "../../node_modules/bootstrap-sass/assets/stylesheets/_bootstrap-sprockets";
1718
@import "../../node_modules/bootstrap-sass/assets/stylesheets/_bootstrap";
1819

1920
// ### basic ###

0 commit comments

Comments
 (0)