UNPKG

midi-player-js

Version:

Midi parser & player engine for browser or Node. Works well with single or multitrack MIDI files.

24 lines (23 loc) 753 B
/*! { "name": "Appearance", "property": "appearance", "caniuse": "css-appearance", "tags": ["css"], "notes": [{ "name": "MDN documentation", "href": "https://developer.mozilla.org/en-US/docs/Web/CSS/-moz-appearance" },{ "name": "CSS-Tricks CSS Almanac: appearance", "href": "https://css-tricks.com/almanac/properties/a/appearance/" }] } !*/ /* DOC Detects support for the `appearance` css property, which is used to make an element inherit the style of a standard user interface element. It can also be used to remove the default styles of an element, such as input and buttons. */ define(['Modernizr', 'testAllProps'], function(Modernizr, testAllProps) { Modernizr.addTest('appearance', testAllProps('appearance')); });