question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Disable cross browser support

See original GitHub issue
.windi-18feqd2{
    display:-webkit-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
}

to

.windi-18fe1d2 {
    display: flex;
}

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
voorjaarcommented, Mar 7, 2021

add this in your config file

// tailwind.config.js
module.exports = {
  prefixer: false,
  theme: {
     ...
  }
}
Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Disable Cross-Site Tracking On Your Internet Browser
In the Safari app on your Mac, choose Safari > Preferences, then click Privacy. · Select “Prevent cross-site tracking.”.
Read more >
Disable same origin policy in Chrome - Stack Overflow
I find the best way to do this is duplicate a Chrome or Chrome Canary shortcut on your windows desktop. Rename this shortcut...
Read more >
How to Disable Same Origin Policy on Chrome and IE browser
For disabling same origin policy or allowing cross origin resources sharing in IE and Edge browser on windows, go with steps as follows:...
Read more >
Disable CORS - Microsoft Community
1. In edge://flags, kindly search cross-origin & disable the flags. 2. Go to edge://settings/content/protectedContent & ensure everything ...
Read more >
Same-origin policy - Web security | MDN
To prevent cross-origin embeds, ensure that your resource cannot be interpreted as one of the embeddable formats listed above. Browsers may not ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found