We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In initializr, any code depends on IE classes?
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?
lt-ie9 lt-ie8 lt-ie7
If no, I would like to use <html class="no-js" lang=""> directly...
<html class="no-js" lang="">
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In initializr, any code depends on
IE classes
?IE classes
: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...The text was updated successfully, but these errors were encountered: