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