postcss-convert-values
- Version 7.0.4
- Published
- 14.1 kB
- 2 dependencies
- MIT license
Install
npm i postcss-convert-values
yarn add postcss-convert-values
pnpm add postcss-convert-values
Overview
Convert values with PostCSS (e.g. ms -> s)
Index
Variables
Functions
Type Aliases
Variables
Functions
function pluginCreator
pluginCreator: typeof pluginCreator;
{import('postcss').PluginCreator}
Parameter opts
{import('postcss').Plugin}
Type Aliases
type AutoprefixerOptions
type AutoprefixerOptions = { overrideBrowserslist?: string | string[];};
type BrowserslistOptions
type BrowserslistOptions = Pick<browserslist.Options, 'stats' | 'path' | 'env'>;
type ConvertOptions
type ConvertOptions = Parameters<typeof convert>[2];
type Options
type Options = { precision?: false | number;} & ConvertOptions & AutoprefixerOptions & BrowserslistOptions;
Package Files (1)
Dependencies (2)
Dev Dependencies (1)
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-convert-values
.
- Markdown[![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](https://www.jsdocs.io/package/postcss-convert-values)
- HTML<a href="https://www.jsdocs.io/package/postcss-convert-values"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>
- Updated .
Package analyzed in 3289 ms. - Missing or incorrect documentation? Open an issue for this package.