Skip to content

Commit

Permalink
Merge pull request #70 from EC-CUBE/dev
Browse files Browse the repository at this point in the history
fix_build_task
  • Loading branch information
mikakane authored Apr 10, 2017
2 parents 64f890f + 61948a2 commit 910b501
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions assets/scss/project/18.1.password.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@import "../mixins/media";
/*
パスワードリセット
Expand Down
2 changes: 1 addition & 1 deletion assets/scss/project/19.3.customer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Styleguide 19.3
}
.ec-blockBtn--action {
margin-bottom: 10px;
@included media_desktop {
@include media_desktop {
margin-bottom: 16px;
}
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"build:styleguide:clean": "rm -rf ./public/",
"build:styleguide:generate": "gulp styleguide:generateOnly",
"build:styleguide:applystyles": "gulp styleguide:applystyles",
"build:moc": "run-p build:moc:*",
"build:moc": "run-s build:moc:*",
"build:moc:webpack": "webpack",
"build:moc:sass": "gulp sass",
"build:moc:pug": "gulp pug"
Expand Down

0 comments on commit 910b501

Please sign in to comment.