Skip to content

PostCSS plugin which add selector needed by dialog-polyfill

Notifications You must be signed in to change notification settings

komachi/postcss-dialog-polyfill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

PostCSS plugin which add selector needed by dialog-polyfill

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published