1.1.0 • Published 4 years ago

postcss-dialog-polyfill v1.1.0

Weekly downloads
3,132
License
ISC
Repository
github
Last release
4 years ago

postcss-dialog-polyfill

PostCSS plugin which add selector needed by dialog-polyfill

/* Input */
.test1::backdrop {
  background-color: #fff;
}
/* Output */
.test1::backdrop, .test1 + .backdrop {
  background-color: #fff;
}

Installation

npm i postcss postcss-dialog-polyfill --save-dev

Usage

Check out PostCSS documentation on how to use PostCSS plugins.