Skip to content

Commit 50a721e

Browse files
committed
Update readme
1 parent 0d071c4 commit 50a721e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

readme.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,10 @@ const TwCssToSass = require('./twcss-to-sass');
108108
const path = require('path');
109109
const fs = require('fs');
110110

111-
const htmlContent = fs.readFileSync(path.resolve(__dirname, './../../src/data/mock3.html'), 'UTF-8');
111+
const htmlContent = fs.readFileSync(
112+
path.resolve(__dirname, './templates/template-1.html'),
113+
'UTF-8'
114+
)
112115

113116
console.log(TwCssToSass.convertToSass(htmlContent));
114117

0 commit comments

Comments
 (0)