Skip to content

Commit 986084e

Browse files
Akryumznck
authored andcommitted
feat: Support stylus as <style> lang (#18)
Fix vuejs/rollup-plugin-vue#202
1 parent 0dea5e5 commit 986084e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/styleProcessors/index.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -128,5 +128,6 @@ export const processors: { [key: string]: StylePreprocessor } = {
128128
less,
129129
sass,
130130
scss,
131-
styl
131+
styl,
132+
stylus: styl
132133
}

0 commit comments

Comments
 (0)