
static.js.vendor.modernizr.feature-detects.css.boxshadow.js Maven / Gradle / Ivy
The newest version!
/*!
{
"name": "Box Shadow",
"property": "boxshadow",
"caniuse": "css-boxshadow",
"tags": ["css"],
"knownBugs": [
"WebOS false positives on this test.",
"The Kindle Silk browser false positives"
]
}
!*/
define(['Modernizr', 'testAllProps'], function(Modernizr, testAllProps) {
Modernizr.addTest('boxshadow', testAllProps('boxShadow', '1px 1px', true));
});
© 2015 - 2025 Weber Informatics LLC | Privacy Policy