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

postcss-utilities

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-utilities - npm Package Compare versions

Comparing version 0.6.0 to 0.6.1

4

CHANGELOG.md
# Change Log
# v0.6.1
- Fix [Position utility bug](https://github.com/ismamz/postcss-utilities/issues/8)
# v0.6.0

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

@@ -31,6 +31,22 @@ /**

if (values[0] !== 'null') {
decls.push({
prop: all,
value: values[0]
});
if (pre === '' && suf === '') {
decls.push({
prop: top,
value: values[0]
}, {
prop: right,
value: values[0]
}, {
prop: bottom,
value: values[0]
}, {
prop: left,
value: values[0]
});
} else {
decls.push({
prop: all,
value: values[0]
});
}

@@ -37,0 +53,0 @@ return decls;

2

package.json
{
"name": "postcss-utilities",
"version": "0.6.0",
"version": "0.6.1",
"description": "PostCSS plugin to add a collection of mixins, shortcuts, helpers and tools for your CSS",

@@ -5,0 +5,0 @@ "keywords": [

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