postcss-opacity-percentage

🌗 PostCSS plugin to transform percentage-based opacity values to more compatible floating-point values.

MIT License

Downloads
16.4M
Stars
10
Committers
3

Bot releases are visible (Hide)

postcss-opacity-percentage - v2.0.0 Latest Release

Published by mrcgrtz over 1 year ago

Breaking Change

Dropped support for Node 12

As postcss-preset-env dropped support for Node 12 with its latest major release, this package drops support for this version as well.

What's Changed

Full Changelog: https://github.com/mrcgrtz/postcss-opacity-percentage/compare/v1.1.3...v2.0.0

postcss-opacity-percentage - v1.1.3

Published by mrcgrtz almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/mrcgrtz/postcss-opacity-percentage/compare/v1.1.2...v1.1.3

postcss-opacity-percentage - v1.1.2

Published by mrcgrtz over 2 years ago

What's Changed

Full Changelog: https://github.com/mrcgrtz/postcss-opacity-percentage/compare/v1.1.1...v1.1.2

postcss-opacity-percentage - v1.1.1

Published by mrcgrtz over 2 years ago

What's Changed

  • Fix default options parameter to avoid an issue with getting "preserved" from undefined (#15)
  • Update development dependencies by @dependabot:
    • Bump ava from 3.15.0 to 4.0.1
    • Bump c8 from 7.10.0 to 7.11.0
    • Bump clean-publish from 3.4.4 to 4.0.0
    • Bump lint-staged from 12.1.4 to 12.3.1

Full Changelog: https://github.com/mrcgrtz/postcss-opacity-percentage/compare/v1.1.0...v1.1.1

postcss-opacity-percentage - v1.1.0

Published by mrcgrtz almost 3 years ago

What's Changed

  • Add preserve option to keep original percentage value and use the float value as a fallback.
  • Update development dependencies by @dependabot:
    • Bump lint-staged from 11.2.6 to 12.1.4
    • Bump xo from 0.46.4 to 0.47.0
    • Bump clean-publish from 3.4.3 to 3.4.4

New Contributors

Full Changelog: https://github.com/mrcgrtz/postcss-opacity-percentage/compare/v1.0.0...v1.1.0

postcss-opacity-percentage -

Published by mrcgrtz almost 3 years ago

This is the initial release of postcss-opacity-percentage.