Benjamin Fajić
Benjamin Fajić
You can also use deep selector as in `.blueimp-gallery >>> a { color: white!important; font-weight: 400; }`
Potentially fixed by https://github.com/barryvdh/laravel-debugbar/pull/1345? @barryvdh any idea if it's possible that we have that merged soon?
Seems like this was fixed in some of the releases, as mentioned by contributor in PR referenced above. I updated version and seems fine now.
This seems like a duplicate of #428. However, this is interesting for me as I was working on such things on my personal projects and could eventually jump in here....
Weird, I experience same on production site, but no issue when run it locally! Is it same for you? Also, was wondering, is [prefixing default locale](https://nextjs.org/docs/pages/building-your-application/routing/internationalization#prefixing-the-default-locale) maybe nice to have...