0.2.0 • Published 1 year ago
PostCSS Auto Prefixer for Vixen-JS
PostCSS Auto Prefixer for Vixen-JS Desktop Apps
.class-1 {
/* Input example */
}
.class-1 {
/* Output example */
}
Usage
postcss([require("postqcss-autoprefixer")]);
See PostCSS docs for examples for your environment.