Skip to content

Commit 79d4321

Browse files
author
Ives van Hoorne
committed
Proper stylus language
1 parent c7f5115 commit 79d4321

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sandbox/eval/transpilers/vue/loader.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ const getStyleFileName = attrs => {
1212
if (attrs.lang === 'scss') extension = 'scss';
1313
if (attrs.lang === 'sass') extension = 'sass';
1414
if (attrs.lang === 'styl') extension = 'styl';
15+
if (attrs.lang === 'stylus') extension = 'styl';
1516
if (attrs.lang === 'less') extension = 'less';
1617

1718
return attrs.module ? `module.${extension}` : extension;

0 commit comments

Comments
 (0)