Adrien Foulon

Results 434 comments of Adrien Foulon

My PR would solve the issue of individual component themes and toggling by a simple data attribute https://github.com/jgthms/bulma/pull/2981 So adding the reference for tracking If it's not accepted, even to...

It's because on the modal the 'x' is assumed to be displayed on the overlay which is black and the close is white, so if your content is white and...

`.modal-close { mix-blend-mode: difference; }` Problem solved ![image](https://user-images.githubusercontent.com/6115458/85854293-6bdf1600-b7b4-11ea-96dc-9a0b2ba1dfa6.png)

We could add `false` as an icon prop to not display any icon for some special cases (eg: css background image)

@rolandschuetz there is nothing much you can do about example 2, this is an issue with how the vue scope works.. The scope in vue is not supposed to target...

https://codesandbox.io/s/buefy-scoped-css-k2lrj

@jtommy I see this as done on the roadmap, is it accurate? @service-paradis Will overriding/customizing variables still be possible with the import into the component? I think it will break...

Well what are the product short_name ? They need to be unique if you set them as the value It doesn't seem like they are

Hmm then probably another bug.. You can try installing [fixed-vuesax](https://www.npmjs.com/package/fixed-vuesax) instead, make sure to alias it in webpack

Well there is way more issues than this for vue3 lol, this project is not and will probably never be compatible with vue 3 judging by the state of things...