Skip to content

Commit

Permalink
Build new stylesheet
Browse files Browse the repository at this point in the history
  • Loading branch information
andmor- committed Oct 31, 2024
1 parent 64c3dd9 commit edfb5be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ const paths = {
scss: {
src: "scss/style.scss",
ckeditor5: "scss/ckeditor5-clarin.style.scss",
edit_form: "scss/edit-form-styles.style.scss",
slidenav: "scss/modules/slidenav.scss",
dest: distPath.concat("/css"),
watch: "scss/**/*.scss"
Expand Down Expand Up @@ -91,6 +92,7 @@ function styles() {
.src([
paths.lib.css.bootstraptoc,
paths.scss.ckeditor5,
paths.scss.edit_form,
paths.scss.slidenav,
paths.scss.src
])
Expand Down

0 comments on commit edfb5be

Please sign in to comment.