UNPKG

postcss-ie11-pseudo-class

Version:

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

7 lines (4 loc) 122 B
'use strict'; const ieSelector = '_:-ms-fullscreen'; const iePseudo = ':ie11'; module.exports = {ieSelector, iePseudo};