https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34973 --- Comment #11 from Jonathan Druart <jonathan.druart@gmail.com> --- (In reply to Jonathan Druart from comment #9)
I get an error:
$ gulp css && gulp css --view opac [09:15:15] Using gulpfile /kohadevbox/koha/gulpfile.js [09:15:15] Starting 'css'... [09:15:15] Finished 'css' after 13 ms [09:15:26] Using gulpfile /kohadevbox/koha/gulpfile.js [09:15:26] Starting 'css'... [09:15:26] Finished 'css' after 13 ms Error in plugin "sass" Message: koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss Error: This variable was not declared with !default in the @used module. ╷ 3 │ $font-path: "./fonts" │ ^^^^^^^^^^^^^^^^^^^^^ ╵ koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss 3:5 @import koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss 1:9 root stylesheet
Forget that, I forget to run `yarn install` first! -- You are receiving this mail because: You are watching all bug changes.