github postcss/autoprefixer 8.4.0
8.4 “Non in aves, sed in angues”

latest releases: 10.4.19, 10.4.18, 10.4.17...
6 years ago

Bludor family coat of arms

Autoprefixer 8.4 brings new control comment to ignore next line.

@vostrik implemented the @levin-du’s idea of having control comment to disable only next property/rule:

.logo {
    /* autoprefixer: ignore next */
    user-select: none; /* ← ignored */
    mask: url(mask.jpg); /* ← will be prefixed */
}

/* autoprefixer: ignore next */
::placholder /* ← ignored */ {
    text-decoration-style: dotted; /* ← will be prefixed */
}

Don't miss a new autoprefixer release

NewReleases is sending notifications on new releases.