postcss-package-autocorrect

1.0.0 • Public • Published

postcss-autocorrect

Detects and fixes small CSS errors or foreign character errors.

For example:

.box {
    disopaly: flex;
    colro: red;
    z-inuuuuuuuuuuuuuuudkejx: -15;
}

To

.box {
    display: flex;
    color: red;
    z-index: -15;
}

This is a fallback to fix errors in big files, and not a replacement for good css.

Readme

Keywords

Package Sidebar

Install

npm i postcss-package-autocorrect

Weekly Downloads

1

Version

1.0.0

License

ISC

Unpacked Size

5.32 kB

Total Files

4

Last publish

Collaborators

  • loganisadev2npm