@csstools/postcss-logical-overflow
Advanced tools
Comparing version 1.0.1 to 2.0.0
# Changes to PostCSS Logical Overflow | ||
### 1.0.1 | ||
### 2.0.0 | ||
_December 15, 2023_ | ||
_August 3, 2024_ | ||
- Fix type definitions | ||
- Updated: Support for Node v18+ (major). | ||
### 1.0.0 | ||
_October 31, 2023_ | ||
- Initial version | ||
[Full CHANGELOG](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical-overflow/CHANGELOG.md) |
{ | ||
"name": "@csstools/postcss-logical-overflow", | ||
"description": "Use logical overflow properties and values in CSS", | ||
"version": "1.0.1", | ||
"version": "2.0.0", | ||
"contributors": [ | ||
@@ -28,3 +28,3 @@ { | ||
"engines": { | ||
"node": "^14 || ^16 || >=18" | ||
"node": ">=18" | ||
}, | ||
@@ -54,6 +54,7 @@ "type": "module", | ||
}, | ||
"scripts": {}, | ||
"homepage": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical-overflow#readme", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/csstools/postcss-plugins.git", | ||
"url": "git+https://github.com/csstools/postcss-plugins.git", | ||
"directory": "plugins/postcss-logical-overflow" | ||
@@ -60,0 +61,0 @@ }, |
# PostCSS Logical Overflow [<img src="https://postcss.github.io/postcss/logo.svg" alt="PostCSS Logo" width="90" height="90" align="right">][PostCSS] | ||
[<img alt="npm version" src="https://img.shields.io/npm/v/@csstools/postcss-logical-overflow.svg" height="20">][npm-url] [<img alt="CSS Standard Status" src="https://cssdb.org/images/badges/logical-overflow.svg" height="20">][css-url] [<img alt="Build Status" src="https://github.com/csstools/postcss-plugins/workflows/test/badge.svg" height="20">][cli-url] [<img alt="Discord" src="https://shields.io/badge/Discord-5865F2?logo=discord&logoColor=white">][discord] | ||
`npm install @csstools/postcss-logical-overflow --save-dev` | ||
```bash | ||
npm install @csstools/postcss-logical-overflow --save-dev | ||
``` | ||
[PostCSS Logical Overflow] lets you use `overflow-inline` and `overflow-block` properties following the [CSS Overflow Specification]. | ||
@@ -50,12 +46,3 @@ | ||
[PostCSS Logical Overflow] runs in all Node environments, with special | ||
instructions for: | ||
- [Node](INSTALL.md#node) | ||
- [PostCSS CLI](INSTALL.md#postcss-cli) | ||
- [PostCSS Load Config](INSTALL.md#postcss-load-config) | ||
- [Webpack](INSTALL.md#webpack) | ||
- [Next.js](INSTALL.md#nextjs) | ||
- [Gulp](INSTALL.md#gulp) | ||
- [Grunt](INSTALL.md#grunt) | ||
@@ -62,0 +49,0 @@ ## Options |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7018
97