postcss-custom-properties
- Version 14.0.3
- Published
- 24.9 kB
- 5 dependencies
- MIT license
Install
npm i postcss-custom-properties
yarn add postcss-custom-properties
pnpm add postcss-custom-properties
Overview
Use Custom Properties Queries in CSS
Index
Variables
Type Aliases
Variables
variable creator
const creator: PluginCreator<pluginOptions>;
Type Aliases
type pluginOptions
type pluginOptions = { /** Preserve the original notation. default: true */ preserve?: boolean;};
postcss-custom-properties plugin options
Package Files (1)
Dependencies (5)
Dev Dependencies (0)
No dev dependencies.
Peer Dependencies (1)
Badge
To add a badge like this oneto your package's README, use the codes available below.
You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/postcss-custom-properties
.
- Markdown[![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](https://www.jsdocs.io/package/postcss-custom-properties)
- HTML<a href="https://www.jsdocs.io/package/postcss-custom-properties"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>
- Updated .
Package analyzed in 2366 ms. - Missing or incorrect documentation? Open an issue for this package.