Two global syles entries are added to my pages and I cannot have control over them.
Could you help me to understand which components are injecting them?
App developed in gatsby using: Grommet Styled components
Code gets included in header section
<style data-emotion="css-global"> ... <style>
<style data-emotion="css-global"> ... <style>
I would like to know, how I can debug the issue? Let's say which component is responsible for adding these two lines.