Skip to content

Commit

Permalink
Merge pull request #1681 from 43081j/default-stringifier
Browse files Browse the repository at this point in the history
fix: export stringifier as a default
  • Loading branch information
ai committed Nov 24, 2021
2 parents e72bf87 + 47b5d62 commit 1c7960d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/stringifier.d.ts
Expand Up @@ -10,7 +10,8 @@ import {
Container
} from './postcss.js'

export class Stringifier {
export default class Stringifier {
builder: Builder
constructor(builder: Builder)
stringify(node: AnyNode, semicolon?: boolean): void
document(node: Document): void
Expand Down

0 comments on commit 1c7960d

Please sign in to comment.