Skip to content

Commit

Permalink
Remove customizations for Bootstrap and Barrio
Browse files Browse the repository at this point in the history
  • Loading branch information
andmor- committed Dec 13, 2023
1 parent ff818f6 commit 574d976
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 64 deletions.
8 changes: 1 addition & 7 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ const distPath = "dist/clarin_bootstrap";
const paths = {
scss: {
src: "scss/style.scss",
barrio: "scss/barrio-custom.scss",
slidenav: "scss/modules/slidenav.scss",
dest: distPath.concat("/css"),
watch: "scss/**/*.scss"
Expand Down Expand Up @@ -88,12 +87,7 @@ const paths = {
// Compile sass into CSS
function styles() {
return gulp
.src([
paths.lib.css.bootstraptoc,
paths.scss.barrio,
paths.scss.slidenav,
paths.scss.src
])
.src([paths.lib.css.bootstraptoc, paths.scss.slidenav, paths.scss.src])
.pipe(sourcemaps.init())
.pipe(sass().on("error", sass.logError))
.pipe(
Expand Down
49 changes: 0 additions & 49 deletions scss/barrio-custom.scss

This file was deleted.

8 changes: 0 additions & 8 deletions scss/bootstrap-custom.scss

This file was deleted.

0 comments on commit 574d976

Please sign in to comment.