postcss-minify-params
- Version 9.0.2
- Published
- 12.4 kB
- 3 dependencies
- MIT license
Install
npm i postcss-minify-paramsyarn add postcss-minify-paramspnpm add postcss-minify-paramsOverview
Minify at-rule params with PostCSS
Index
Variables
Functions
Type Aliases
Variables
variable moduleExports
const moduleExports: (options?: {}) => { postcssPlugin: string; prepare(result: any): { OnceExit(css: any): void };};Functions
function pluginCreator
pluginCreator: (options?: {}) => { postcssPlugin: string; prepare( result: import('postcss').Result & { opts: BrowserslistOptions & { file?: string }; } ): { OnceExit(css: any): void };};{import('postcss').PluginCreator}
Parameter options
{import('postcss').Plugin}
Type Aliases
type AutoprefixerOptions
type AutoprefixerOptions = { overrideBrowserslist?: string | string[];};type BrowserslistOptions
type BrowserslistOptions = Pick<browserslist.Options, 'stats' | 'path' | 'env'>;type Options
type Options = AutoprefixerOptions & BrowserslistOptions;Package Files (1)
Dependencies (3)
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-minify-params.
- Markdown[](https://www.jsdocs.io/package/postcss-minify-params)
- HTML<a href="https://www.jsdocs.io/package/postcss-minify-params"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>
- Updated .
Package analyzed in 2409 ms. - Missing or incorrect documentation? Open an issue for this package.
