Skip to content

Commit e13e337

Browse files
committed
add style tag handling
1 parent 2b5d6b9 commit e13e337

File tree

6 files changed

+382
-107
lines changed

6 files changed

+382
-107
lines changed

dist/twcss-to-sass.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/browser/twcss-to-sass.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/node/example.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ const fs = require('fs');
44

55
const htmlContent = fs.readFileSync(path.resolve(__dirname, './../../src/data/mock3.html'), 'UTF-8');
66

7-
console.log(twsToSass.convertToSass(htmlContent));
7+
twsToSass.convertToSass(htmlContent);

examples/node/twcss-to-sass.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)