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

@csstools/postcss-color-function

Package Overview
Dependencies
Maintainers
2
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@csstools/postcss-color-function - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

5

CHANGELOG.md
# Changes to PostCSS Color Function
### 1.0.1 (February 11, 2022)
- Add tests for percentage values in non-xyz color spaces.
- Ignore percentage values in xyz color space as these are not supported.
### 1.0.0 (February 7, 2022)
- Initial version

6

dist/index.d.ts
import type { PluginCreator } from 'postcss';
/** Dynamically include "postcssProgressiveCustomProperties" only when needed. */
declare const postcssPlugin: PluginCreator<{
declare type pluginOptions = {
preserve?: boolean;
enableProgressiveCustomProperties?: boolean;
}>;
};
declare const postcssPlugin: PluginCreator<pluginOptions>;
export default postcssPlugin;
{
"name": "@csstools/postcss-color-function",
"version": "1.0.0",
"version": "1.0.1",
"description": "Use the color() function in CSS",

@@ -5,0 +5,0 @@ "author": "Jonathan Neal <jonathantneal@hotmail.com>",

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