Tomas Hartman
Tomas Hartman
@Code-Victor I know about the other way, but I want/need to import tokens from `theme` for better type control. The 'string token magic' turned out to be pretty unreliable with...
Cool, thanks. It's actually a nice workaround.
@Connormiha Thanks for your reply! My `sass-resources-loader` only uses the very essential: ```js { test: /\.scss$/, loader: 'sass-resources-loader', options: { resources: [ './assets/themes/orange/colors.scss', // some more bootstrap imports etc ]...
I gave it a try but got the same error as before. There is probably a problem to resolve the (relative) path inside the `colors.scss`.
I finally made it back to this issue in my project, gave it a try and it works! Great! Thank you!
> I also have a need to access `useDrawerContext` to customize the behaviour of the Overlay. I have non-modal Drawer, which currently force hides the Overlay entirely. I still need...
Thanks for pointing me out to this! I noticed multiple issues regadring snap behavior, not all linked to `dismissable`, but very similar (or same in some configurations) to what you...