Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed stylesheet rendering #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ var paths = {
};

gulp.task('stylesheets', function() {
return gulp.src(paths.stylesheets)
.pipe( sass({ style: 'nested', bundleExec: true, precision: 7 }) )
return sass(paths.stylesheets, { style: 'nested', bundleExec: true, precision: 7 })
.pipe( gulp.dest('./') )
});

Expand Down
75 changes: 36 additions & 39 deletions output/abandoned-checkout-notification.html

Large diffs are not rendered by default.

73 changes: 35 additions & 38 deletions output/customer-account-activation.html

Large diffs are not rendered by default.

73 changes: 35 additions & 38 deletions output/customer-account-welcome.html

Large diffs are not rendered by default.

73 changes: 35 additions & 38 deletions output/customer-password-reset.html

Large diffs are not rendered by default.

127 changes: 62 additions & 65 deletions output/fulfillment-request.html

Large diffs are not rendered by default.

77 changes: 37 additions & 40 deletions output/gift-card-notification.html

Large diffs are not rendered by default.

119 changes: 58 additions & 61 deletions output/new-order-notification.html

Large diffs are not rendered by default.

77 changes: 37 additions & 40 deletions output/order-cancelled.html

Large diffs are not rendered by default.

137 changes: 67 additions & 70 deletions output/order-confirmation.html

Large diffs are not rendered by default.

105 changes: 51 additions & 54 deletions output/shipping-confirmation.html

Large diffs are not rendered by default.

91 changes: 44 additions & 47 deletions output/shipping-update.html

Large diffs are not rendered by default.