UNPKG

postcss-ie11-pseudo-class

Version:

PostCSS plugin adding support for the `:ie11` pseudo-class targetting IE 11 only

3 lines (2 loc) 79 B
export const ieSelector = '_:-ms-fullscreen'; export const iePseudo = ':ie11';