mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-17 23:21:04 +00:00
12 lines
283 B
JavaScript
12 lines
283 B
JavaScript
/*!
|
|
{
|
|
"name": "CSS Reflections",
|
|
"caniuse": "css-reflections",
|
|
"property": "cssreflections",
|
|
"tags": ["css"]
|
|
}
|
|
!*/
|
|
define(['Modernizr', 'testAllProps'], function(Modernizr, testAllProps) {
|
|
Modernizr.addTest('cssreflections', testAllProps('boxReflect', 'above', true));
|
|
});
|