
static.js.vendor.modernizr.feature-detects.css.textshadow.js Maven / Gradle / Ivy
The newest version!
/*!
{
"name": "CSS textshadow",
"property": "textshadow",
"caniuse": "css-textshadow",
"tags": ["css"],
"knownBugs": ["FF3.0 will false positive on this test"]
}
!*/
define(['Modernizr', 'testProp'], function(Modernizr, testProp) {
Modernizr.addTest('textshadow', testProp('textShadow', '1px 1px'));
});
© 2015 - 2025 Weber Informatics LLC | Privacy Policy