We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d642d9 commit ae40c36Copy full SHA for ae40c36
lib/parser/postcss.js
@@ -8,14 +8,6 @@ class PostCssParser {
8
postcss.parse(contentOrParsed) : contentOrParsed
9
}
10
11
- get content() {
12
- return this._parsed.toString()
13
- }
14
-
15
- get parsed() {
16
- return this._parsed
17
18
19
traverse(handleComment, handleRuleset) {
20
this._parsed.walk(node => {
21
if (node.type === 'comment') {
0 commit comments