MCPcopy Create free account
hub / github.com/angular/components /

Class

tools/stylelint/no-prefixes/needs-prefix.ts:14–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12 * Reference https://github.com/stylelint/stylelint/blob/master/lib/utils/isAutoprefixable.js
13 */
14export class NeedsPrefix {
15 private _prefixes: {
16 add: Record<string, any>;
17 browsers: {selected: string[]};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected