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 da77505 commit 9ce7e47Copy full SHA for 9ce7e47
__tests__/variable.less
@@ -1,2 +1,2 @@
1
-@blue:blue;
2
-@size:10px;
+@blue: blue;
+@size: 10px;
src/index.ts
@@ -11,6 +11,7 @@ interface Transformer {
11
/**
12
* transform less sync
13
* @param fileContent
14
+ * @param filePath
15
*/
16
function transformLess(fileContent: string, filePath: string): string {
17
const data = fileContent.replace(/^\uFEFF/, '');
0 commit comments