postcss-discard-duplicates
- Version 9.0.0
- Published
- 10.2 kB
- No dependencies
- MIT license
Install
npm i postcss-discard-duplicatesyarn add postcss-discard-duplicatespnpm add postcss-discard-duplicatesOverview
Discard duplicate rules in your CSS files with PostCSS.
Index
Variables
Functions
Type Aliases
Namespaces
Variables
variable moduleExports
const moduleExports: typeof pluginCreator;Functions
function pluginCreator
pluginCreator: typeof pluginCreator;{import('postcss').Plugin}
Type Aliases
type ComparableNode
type ComparableNode = { type: string; important?: boolean; raws: { before?: string; afterName?: string; }; selector?: string; name?: string; params?: string; prop?: string; value?: string; nodes?: import('postcss').ChildNode[];};Structural view over the postcss node kinds compared by
equalsand its helpers. {{ type: string, important?: boolean, raws: { before?: string, afterName?: string }, selector?: string, name?: string, params?: string, prop?: string, value?: string, nodes?: import('postcss').ChildNode[], }} ComparableNode
Namespaces
namespace pluginCreator
namespace pluginCreator {}variable postcss
var postcss: boolean;Package Files (1)
Dependencies (0)
No dependencies.
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-discard-duplicates.
- Markdown[](https://www.jsdocs.io/package/postcss-discard-duplicates)
- HTML<a href="https://www.jsdocs.io/package/postcss-discard-duplicates"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>
- Updated .
Package analyzed in 3059 ms. - Missing or incorrect documentation? Open an issue for this package.
