UNPKG

@magica11y/inverted-colors

Version:

Detects the user’s preferences for inverted colors using the 'inverted-colors' CSS3 level 5 media query.

10 lines (6 loc) 229 B
// @flow import invertedColors from './invertedColors'; import colorPreferences, { type ColorPreference } from './colorPreferences'; export default invertedColors; export { colorPreferences }; export type { ColorPreference };