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 13382b5 commit 90240d8Copy full SHA for 90240d8
README.md
@@ -1 +1,3 @@
1
# css-custom-property-extractor
2
+
3
+https://snyk.io/advisor/npm-package/fast-glob/example
src/main.ts
@@ -28,7 +28,7 @@ export const main = async (options: Options) => {
28
customPropertyWithValues = result.css
29
.toString()
30
.match(regCustomProperty);
31
- } else if (filePath.endsWith("less")) {
+ } else if (filePath.endsWith(".less")) {
32
const less = loadLessPreprocessor();
33
const result = await less.render(fileContent, {
34
paths: [path.dirname(filePath)],
0 commit comments