Socket
Socket
Sign inDemoInstall

postcss-logical

Package Overview
Dependencies
5
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.0.1 to 6.1.0

4

CHANGELOG.md
# Changes to PostCSS Logical Properties
### 6.1.0 (February 15, 2023)
- Adding support for `max-block-size`, `min-block-size`, `max-inline-size` and `min-inline-size`.
### 6.0.1 (January 28, 2023)

@@ -4,0 +8,0 @@

2

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

@@ -6,0 +6,0 @@ {

@@ -10,2 +10,3 @@ # PostCSS Logical Properties and Values [<img src="https://postcss.github.io/postcss/logo.svg" alt="PostCSS Logo" width="90" height="90" align="right">][PostCSS]

block-size: 100px;
max-inline-size: 400px;
inline-size: 200px;

@@ -22,2 +23,3 @@ padding-block: 10px 20px;

height: 100px;
max-width: 400px;
width: 200px;

@@ -83,2 +85,3 @@ padding-top: 10px;

block-size: 100px;
max-inline-size: 400px;
inline-size: 200px;

@@ -95,2 +98,3 @@ padding-block: 10px 20px;

width: 100px;
max-height: 400px;
height: 200px;

@@ -97,0 +101,0 @@ padding-right: 10px;

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc