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 b499715 commit 343e49cCopy full SHA for 343e49c
src/visitor.ts
@@ -49,7 +49,6 @@ export function createPxToVwVisitor(userOptions: Partial<Options> = {}) {
49
}
50
},
51
Length(length) {
52
- console.log(length)
53
if (length.unit === 'px' && !skipCurrentSelector) {
54
if (length.value > options.minPixelValue) {
55
return {
tsconfig.json
@@ -16,5 +16,6 @@
16
"ESNext",
17
],
18
"skipLibCheck": true
19
- }
+ },
20
+ "include": ["src/**/*.ts"]
21
0 commit comments