UNPKG

kitten-components

Version:
12 lines (10 loc) 258 B
export const cssSupports = supportCondition => { if ( typeof window === 'undefined' || typeof window.CSS === 'undefined' || typeof window.CSS.supports === 'undefined' ) { return false } return window.CSS.supports(supportCondition) }