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 e92d04b commit 02a8712Copy full SHA for 02a8712
index.js
@@ -60,7 +60,7 @@ function getClasses(content) {
60
return classes;
61
}
62
63
-const classesRegex = /"([^"\\]+)":/g;
+const classesRegex = /"([^"\\/;()\n]+)":/g;
64
65
/**
66
* @param {string} [path]
0 commit comments