postcss-minify-selectors
- Version 9.0.1
- Published
- 36.5 kB
- 4 dependencies
- MIT license
Install
npm i postcss-minify-selectorsyarn add postcss-minify-selectorspnpm add postcss-minify-selectorsOverview
Minify selectors with PostCSS.
Index
Variables
Functions
Type Aliases
Namespaces
Variables
variable moduleExports
const moduleExports: typeof pluginCreator;Functions
function pluginCreator
pluginCreator: typeof 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 Options
type Options = OwnOptions & AutoprefixerOptions & BrowserslistOptions;type OwnOptions
type OwnOptions = { sort?: boolean; /** * Factor shared prefixes/suffixes in a * comma-separated selector list into `:is(...)` when it produces shorter * output and is safe with respect to cascade specificity. Automatically * skipped when the configured browserslist target doesn't support `:is()`. */ convertToIs?: boolean;};Namespaces
namespace pluginCreator
namespace pluginCreator {}variable postcss
var postcss: boolean;Package Files (1)
Dependencies (4)
Dev Dependencies (4)
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-selectors.
- Markdown[](https://www.jsdocs.io/package/postcss-minify-selectors)
- HTML<a href="https://www.jsdocs.io/package/postcss-minify-selectors"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>
- Updated .
Package analyzed in 2136 ms. - Missing or incorrect documentation? Open an issue for this package.
