mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 19:07:08 +00:00
Update index.d.ts
This commit is contained in:
parent
0020fcee62
commit
d8957d2d43
2
types/autoprefixer/index.d.ts
vendored
2
types/autoprefixer/index.d.ts
vendored
@ -7,7 +7,7 @@ import { Plugin, Transformer as PostcssTransformer } from 'postcss';
|
||||
|
||||
declare namespace autoprefixer {
|
||||
interface Options {
|
||||
browsers?: string[];
|
||||
browsers?: string[] | string;
|
||||
env?: string;
|
||||
cascade?: boolean;
|
||||
add?: boolean;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user