Base-Variable aus eigenem Theme überschreiben - Variable undefined

Hallo,

also im Theme hab ich das über die theme.json mit dem Override und logischerweise auch dem Einbinden der anderen Bootstrap Variablen, Mixins und Co hinbekommen.

Aber wie läuft das in einem Plugin? Da gibts ja keine theme.json …

muss ich das echt über hardcoded Imports machen?

@import '../../../../../../../platform/src/Storefront/Resources/node_modules/bootstrap/scss/_functions.scss';
@import '../../../../../../../platform/src/Storefront/Resources/node_modules/bootstrap/scss/_variables.scss';
@import '../../../../../../../platform/src/Storefront/Resources/node_modules/bootstrap/scss/_mixins.scss';
@import '../../../../../../../platform/src/Storefront/Resources/src/style/skin/shopware/abstract/variables/_theme.scss';
@import '../../../../../../../platform/src/Storefront/Resources/src/style/skin/shopware/abstract/variables/_bootstrap.scss';

oder gibts eine andere Lösung analog zu Themes?