Skip to content

Commit

Permalink
fix css
Browse files Browse the repository at this point in the history
  • Loading branch information
pawlakadrian committed Oct 1, 2018
1 parent 12edb40 commit 44692ff
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/css/style.min.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
<li><a class="link" href="#">Position4</a></li>
</ul>
</div>

<script src="../js/scripts.min.js"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ gulp.task('js', function() {


gulp.task('watch', function() {
gulp.watch('src/css/**/*.css', ['sass']);
gulp.watch('src/scss/**/*.scss', ['sass']);
gulp.watch('src/js/**/*.js', ['js']);
gulp.watch("**/*.html").on('change', browserSync.reload);
});
Expand Down
2 changes: 0 additions & 2 deletions src/scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -168,5 +168,3 @@ h1,h2,h3,h4,h5 {
display: inline-flex;
}
}


0 comments on commit 44692ff

Please sign in to comment.