hidden class added by Modernizr causes blank page when combined with bootstrap
Created by: tschallacka
Relevant: https://github.com/Modernizr/Modernizr/issues/2147
Reproduce: make html page with bootstrap add Modernizr.js compiled with the following modernizr-config.json
{
"minify": true,
"options": [
"setClasses"
],
"feature-detects": [
"test/dom/hidden",
]
}
suggested solution:
html .hidden
instead of just .hidden