Lance Snider
Lance Snider
I know this is an _ooooold_ issue, but for anyone still trying to figure it out, here's how I did it. Make sure you have the `to-sass-loader` and `to-string-loader` installed....
I'm having the same issue. 
Okay, found the answer 2 seconds after posting this. :) Here's the relevant thread: https://github.com/Wildhoney/ReactShadow/issues/68 Turns out there are still some styles that bleed through the shadow boundary. I got...
@brnkhy Good to hear that as of April this was still being developed. Do you have an estimate on when the new version will be released? I'm trying to decide...
> @Gongreg regarding nested stories, did you try to use a `/` separator in story names? It does the job for me. But alas this feature is not documented. It...
Did you ever figure this out? I'm getting the same issue.
I found the solution in another thread: https://github.com/hperrin/svelte-material-ui/issues/256 You need to run this first: ``` npx smui-theme template src/theme ```
I saw that and was wondering why it wasn't fixing the issues. That makes sense. Thanks @cozmo. @nickjs Do you know when you're change is going to get released?
Yeah, that'd be handy for things like determining when the element reaches the top of the screen.
> you can detect Brave this way (I tested) : `(navigator.brave && await navigator.brave.isBrave() || false)` found here : https://stackoverflow.com/a/60954062 I started to make a PR for this, but got...