How to configure maven autoprefixer plugin

I want to use maven autoprefixer plugin => http://mvnrepository.com/artifact/org.webjars/autoprefixer/5.2.0

Unfortunately, I cannot find documentation on how to configure this plugin.

A already followed the links on the git repo pages, but I could not find a description of how to start it using maven.

Has anyone already used this plugin and could provide me with some useful links on how to use it? (Google did not help)

+4
source share

Source: https://habr.com/ru/post/1617266/


All Articles