postcss-calc
- Version 10.0.2
- Published
- 161 kB
- 2 dependencies
- MIT license
Install
npm i postcss-calc
yarn add postcss-calc
pnpm add postcss-calc
Overview
PostCSS plugin to reduce calc()
Index
Variables
Functions
function pluginCreator
pluginCreator: typeof pluginCreator;
{import('postcss').PluginCreator}
Parameter opts
{import('postcss').Plugin}
Type Aliases
type PostCssCalcOptions
type PostCssCalcOptions = { precision?: number | false; preserve?: boolean; warnWhenCannotResolve?: boolean; mediaQueries?: boolean; selectors?: boolean;};
Package Files (1)
Dependencies (2)
Dev Dependencies (7)
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-calc
.
- Markdown[![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](https://www.jsdocs.io/package/postcss-calc)
- HTML<a href="https://www.jsdocs.io/package/postcss-calc"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>
- Updated .
Package analyzed in 2446 ms. - Missing or incorrect documentation? Open an issue for this package.