postcss-smoothscroll-anchor-polyfill

⚙ Transform CSS for use with smoothscroll-anchor-polyfill

MIT License

Downloads
7
Stars
4
Committers
7
postcss-smoothscroll-anchor-polyfill - v2.0.2 Latest Release

Published by jonaskuske almost 2 years ago

Changelog

[2.0.2] - 2022-11-30

Fixed

  • Don't add a font-family for scroll-behavior: inherit if element has no own font rule to take advantage of font inheritance.
postcss-smoothscroll-anchor-polyfill - v2.0.1

Published by jonaskuske over 5 years ago

Changelog

[2.0.1] - 2019-06-12

Fixed

  • Added smoothscroll-anchor-polyfill@^1.3.0 as peerDependency instead of just mentioning it in the changelog
postcss-smoothscroll-anchor-polyfill - v2.0.0

Published by jonaskuske over 5 years ago

Changelog

[2.0.0] - 2019-06-11

Added

  • The plugin now supports browserslist to polyfill only what's needed! If your project has a browserslist config and all browsers specified there support CSS Custom Property, the PostCSS transform will use a CSS variable instead of the font-family workaround. 💡
    BREAKING: Requires smoothscroll-anchor-polyfill v1.3.0 or higher.
postcss-smoothscroll-anchor-polyfill -

Published by jonaskuske over 5 years ago

Changelog

[1.0.0] - 2018-12-07

Added

  • Forked from postcss-object-fit-images
  • Updated tests to check for scroll-behavior property
  • Updated implementation to change scroll-behavior instead of object-fit and object-position
  • Updated README and package.json to match this package
  • Added Node v8, v10 and latest to version tested in CI

Removed

  • Removed Node v5 and v0.12 from versions tested in CI
Package Rankings
Top 21.97% on Npmjs.org
Related Projects