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

postcss-logical

Package Overview
Dependencies
Maintainers
1
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 4.0.0 to 4.0.1

4

CHANGELOG.md
# Changes to PostCSS Logical Properties
### 4.0.1 (June 10, 2019)
- Fixed: An issue with `block-size` and `inline-size` being miscalculated.
### 4.0.0 (June 5, 2019)

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

4

index.cjs.js

@@ -274,7 +274,7 @@ function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }

'block-size': decl => {
decl.prop = 'width';
decl.prop = 'height';
},
// inline-size
'inline-size': decl => {
decl.prop = 'height';
decl.prop = 'width';
}

@@ -281,0 +281,0 @@ };

{
"name": "postcss-logical",
"version": "4.0.0",
"version": "4.0.1",
"description": "Use logical properties and values in CSS",
"author": "Jonathan Neal <jonathantneal@hotmail.com>",
"license": "CC0-1.0",
"repository": "jonathantneal/postcss-logical",
"homepage": "https://github.com/jonathantneal/postcss-logical#readme",
"bugs": "https://github.com/jonathantneal/postcss-logical/issues",
"repository": "csstools/postcss-logical",
"homepage": "https://github.com/csstools/postcss-logical#readme",
"bugs": "https://github.com/csstools/postcss-logical/issues",
"main": "index.cjs.js",

@@ -31,3 +31,3 @@ "module": "index.esm.mjs",

"dependencies": {
"postcss": "^7.0.16"
"postcss": "^7.0.17"
},

@@ -42,3 +42,3 @@ "devDependencies": {

"pre-commit": "^1.2.2",
"rollup": "^1.14.2",
"rollup": "^1.14.6",
"rollup-plugin-babel": "^4.3.2"

@@ -45,0 +45,0 @@ },

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

[css-url]: https://cssdb.org/#logical-properties-and-values
[cli-img]: https://img.shields.io/travis/jonathantneal/postcss-logical.svg
[cli-url]: https://travis-ci.org/jonathantneal/postcss-logical
[cli-img]: https://img.shields.io/travis/csstools/postcss-logical/master.svg
[cli-url]: https://travis-ci.org/csstools/postcss-logical
[git-img]: https://img.shields.io/badge/support-chat-blue.svg

@@ -200,2 +200,2 @@ [git-url]: https://gitter.im/postcss/postcss

[PostCSS Loader]: https://github.com/postcss/postcss-loader
[PostCSS Logical Properties and Values]: https://github.com/jonathantneal/postcss-logical
[PostCSS Logical Properties and Values]: https://github.com/csstools/postcss-logical

Sorry, the diff of this file is not supported yet

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