Skip to content

Commit ae40c36

Browse files
committed
refactor: remove unused code
1 parent 7d642d9 commit ae40c36

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

lib/parser/postcss.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,6 @@ class PostCssParser {
88
postcss.parse(contentOrParsed) : contentOrParsed
99
}
1010

11-
get content() {
12-
return this._parsed.toString()
13-
}
14-
15-
get parsed() {
16-
return this._parsed
17-
}
18-
1911
traverse(handleComment, handleRuleset) {
2012
this._parsed.walk(node => {
2113
if (node.type === 'comment') {

0 commit comments

Comments
 (0)