Skip to content

Commit

Permalink
Add missing "comment" export in types + restructure (#1448)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthie committed Oct 23, 2020
1 parent fa387a5 commit 3dd8f20
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/postcss.d.ts
Expand Up @@ -409,8 +409,10 @@ export interface Postcss {
}

export const stringify: Stringifier
export const atRule: Postcss['atRule']
export const parse: Parser

export const comment: Postcss['comment']
export const atRule: Postcss['atRule']
export const decl: Postcss['decl']
export const rule: Postcss['rule']
export const root: Postcss['root']
Expand Down

0 comments on commit 3dd8f20

Please sign in to comment.