I've got a fresh install running a subtheme, and my `gulp` file is returning this error:
[17:30:25] Starting 'styles'...
Error in plugin "sass"
Message:
node_modules/bootstrap/scss/_maps.scss
Error: Undefined variable.
╷
55 │ "primary": $primary-text-emphasis-dark,
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules/bootstrap/scss/_maps.scss 55:16 @import
scss/import.scss 11:9 @import
scss/style.scss 7:9 root stylesheet
But when I look in the my custom theme folder `node_modules/bootstrap/scss/_variables-dark.scss` $primary-text-emphasis-dark is defined there on line 11.
I could also have set this up wrong, if so, let me know..
Comments
Comment #2
jennypanighetti commentedComment #3
hatuhay commentedNew SASS structure for Bootstrap 5.3.
Change import.scss to this on your subtheme
Comment #5
jennypanighetti commented/deleted
Comment #6
hatuhay commented