There was an error while loading. Please reload this page.
1 parent 0d071c4 commit 50a721eCopy full SHA for 50a721e
readme.md
@@ -108,7 +108,10 @@ const TwCssToSass = require('./twcss-to-sass');
108
const path = require('path');
109
const fs = require('fs');
110
111
-const htmlContent = fs.readFileSync(path.resolve(__dirname, './../../src/data/mock3.html'), 'UTF-8');
+const htmlContent = fs.readFileSync(
112
+ path.resolve(__dirname, './templates/template-1.html'),
113
+ 'UTF-8'
114
+)
115
116
console.log(TwCssToSass.convertToSass(htmlContent));
117
0 commit comments