- Issue created by @surreymagpie
@surreymagpie thanks for reporting this issue, I pushed a fix for it.
- Status changed to Fixed
5 months ago 7:12am 8 June 2024 Automatically closed - issue fixed for 2 weeks with no activity.
Error occurs when trying to build newly-created subtheme
Following the Quick Start for Drupal 10.1+ documentation from
https://www.drupal.org/project/radix →
(and using dev branch as described). When trying to run npm run watch
or npm run production
, the error occurs:
ERROR in ./src/scss/main.style.scss
Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js):
ModuleBuildError: Module build failed (from ./node_modules/sass-loader/dist/cjs.js):
expected more input.
╷
16 │ /**
│ ^
╵
src/scss/base/_variables.scss 16:4 @import
src/scss/_init.scss 4:9 @import
src/scss/main.style.scss 3:9 root stylesheet
The closing block comment tag on line 16 of src/kits/radix_starterkit/src/scss/base/_variables.scss
should be */
as it currently shows another opening tag.
Replace closing comment tag as above.
N/A
N/A
N/A
Fixed
6.0
Code
@surreymagpie thanks for reporting this issue, I pushed a fix for it.
Automatically closed - issue fixed for 2 weeks with no activity.