Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

postcss-logical

Package Overview
Dependencies
Maintainers
3
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-logical - npm Package Compare versions

Comparing version 7.0.1 to 8.0.0

18

CHANGELOG.md
# Changes to PostCSS Logical Properties
### 7.0.1
### 8.0.0
_December 15, 2023_
_August 3, 2024_
- Fix type definitions
- Updated: Support for Node v18+ (major).
### 7.0.0
_July 3, 2023_
- Change license to `MIT-0` ([read more about this change in the blog post](https://preset-env.cssdb.org/blog/license-change/))
### 6.2.0
_May 19, 2023_
- Added: Support for logical properties in `transition`
[Full CHANGELOG](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical/CHANGELOG.md)

7

package.json
{
"name": "postcss-logical",
"description": "Use logical properties and values in CSS",
"version": "7.0.1",
"version": "8.0.0",
"contributors": [

@@ -32,3 +32,3 @@ {

"engines": {
"node": "^14 || ^16 || >=18"
"node": ">=18"
},

@@ -61,6 +61,7 @@ "type": "module",

},
"scripts": {},
"homepage": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical#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"

@@ -67,0 +68,0 @@ },

# PostCSS Logical Properties and Values [<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/postcss-logical.svg" height="20">][npm-url] [<img alt="CSS Standard Status" src="https://cssdb.org/images/badges/logical-properties-and-values.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 postcss-logical --save-dev`
```bash
npm install postcss-logical --save-dev
```
[PostCSS Logical Properties and Values] lets you use logical, rather than physical, direction and dimension mappings in CSS, following the [CSS Logical Properties and Values] specification.

@@ -58,12 +54,3 @@

[PostCSS Logical Properties and Values] 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)

@@ -70,0 +57,0 @@ ## Options

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc