rafaelp / css_browser_selector

A very small javascript library that allows you to create browser specific CSS to be merged into your normal classes. No more hacks or mischievous code in your CSS code.
http://rafael.adm.br/css_browser_selector/
626 stars 168 forks source link

Add selector for Edge browser #37

Open jasongutt opened 8 years ago

jasongutt commented 8 years ago

Currently when using Edge the selector is chrome. I found an example of the Edge user agent string here: http://stackoverflow.com/questions/30591706/what-is-the-user-agent-string-name-for-microsoft-edge

“Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36 Edge/12.0″

ihorzenich commented 7 years ago

@jasongutt You can use this fork: https://github.com/ridjohansen/css_browser_selector with Edge support.

krystian3w commented 1 year ago

You Should update Edge Legacy to "Chromum Edge"/"Edge Chromium".