Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

any code depends on IE classes? #96

Open
fghhfg opened this issue Nov 9, 2015 · 0 comments
Open

any code depends on IE classes? #96

fghhfg opened this issue Nov 9, 2015 · 0 comments

Comments

@fghhfg
Copy link

fghhfg commented Nov 9, 2015

In initializr, any code depends on IE classes?

IE classes:

<!--[if lt IE 7]>      <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang=""> <![endif]-->
<!--[if IE 7]>         <html class="no-js lt-ie9 lt-ie8" lang=""> <![endif]-->
<!--[if IE 8]>         <html class="no-js lt-ie9" lang=""> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang=""> <!--<![endif]-->

In other words, any code depends on css selector lt-ie9 lt-ie8 lt-ie7?

If no, I would like to use <html class="no-js" lang=""> directly...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant