Clément Biron

Results 23 comments of Clément Biron

Same here. Is there any workaround who doesn't use !important ?

> The only clean workaround\solution i found is: > > 1. Do not override previous CSS rules > > 2. Use conditional styles like, `row ? Style.flexRow : Style.flexColumn` in...

> > > The only clean workaround\solution i found is: > > > ``` > > > 1. Do not override previous CSS rules > > > > > >...

Same behaviour here. Input ``` :root { --foo : 3; } .test{ height:var(--foo) * 100px; --bar: 4; width: var(--bar) * 100px; } ``` Output ``` :root { --foo : 3;...

thank you for your response ;) sorry, my example was wrong, I'm used to using calc so it's not related to the bug

Looks the same type for https://simpli.fi/simpli-fi-services-privacy-policy/ and here https://www.teads.com/privacy-policy/ Maybe more precise with `Advertising Technology Privacy Policy` or `Advertising Service Policy` type name ?

@AaronjSugarman maybe you can help us 🤟 In your opinion, should we use tye `Data Controller Agreement` type for the following documents ? - https://privacy.acuityads.com/technology-privacy-policy.html - https://simpli.fi/simpli-fi-services-privacy-policy/ - https://www.teads.com/privacy-policy/ Or...

So let's add a new type ! We need to find a name, I complete the list of @MattiSG - “Technology Privacy Policy” for AcuityAds. - “Advertising Service Policy” for...

Thank you for pointing out these naming conflicts. According to the Google Play [about page](https://support.google.com/googleplay/answer/6034670?p=about_play) service name is `Google Play` not `Play`. I'm not very comfortable with the mechanics of...

Same error trying to add Coinbase documents with following declaration ```json { "name": "Coinbase", "documents": { "Privacy Policy": { "fetch": "https://www.coinbase.com/legal/privacy", "select": [".ComposePageLayout__ContentWrapper-sc-109zw5h-2"], "remove": [".SidebarNav__NavigationLinksList-sc-1c3jy97-1"] }, "Trackers Policy": { "fetch":...