Comparing version 8.4.22 to 8.4.23
@@ -64,3 +64,3 @@ import Container, { ContainerProps } from './container.js' | ||
* | ||
* If it’s followed in the CSS by a {} block, this node will have | ||
* If it’s followed in the CSS by a `{}` block, this node will have | ||
* a nodes property representing its children. | ||
@@ -97,3 +97,3 @@ * | ||
* The at-rule’s parameters, the values that follow the at-rule’s name | ||
* but precede any {} block. | ||
* but precede any `{}` block. | ||
* | ||
@@ -100,0 +100,0 @@ * ```js |
@@ -62,3 +62,3 @@ import { | ||
* PostCSS will call this function without argument to get plugin. | ||
* * A function. PostCSS will pass the function a @{link Root} | ||
* * A function. PostCSS will pass the function a {@link Root} | ||
* as the first argument and current `Result` instance | ||
@@ -99,3 +99,3 @@ * as the second. | ||
* @param css String with input CSS or any object with a `toString()` method, | ||
* like a Buffer. Optionally, senda `Result` instance | ||
* like a Buffer. Optionally, send a `Result` instance | ||
* and the processor will take the `Root` from it. | ||
@@ -102,0 +102,0 @@ * @param opts Options. |
@@ -10,3 +10,3 @@ 'use strict' | ||
constructor(plugins = []) { | ||
this.version = '8.4.22' | ||
this.version = '8.4.23' | ||
this.plugins = this.normalize(plugins) | ||
@@ -13,0 +13,0 @@ } |
{ | ||
"name": "postcss", | ||
"version": "8.4.22", | ||
"version": "8.4.23", | ||
"description": "Tool for transforming styles with JS plugins", | ||
@@ -5,0 +5,0 @@ "engines": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
193696