PostCSS Overflow Shorthand
PostCSS Overflow Shorthand lets you use the overflow
shorthand in CSS, following the CSS Overflow specification.
Usage
Add PostCSS Overflow Shorthand to your project:
Use PostCSS Overflow Shorthand to process your CSS:
Or use it as a PostCSS plugin:
PostCSS Overflow Shorthand runs in all Node environments, with special instructions for:
Options
preserve
The preserve
option determines whether the original overflow
declaration is preserved. By default, it is preserved.
Last updated