We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aa434e commit eb06ec3Copy full SHA for eb06ec3
packages/vite/types/internal/cssPreprocessorOptions.d.ts
@@ -6,7 +6,7 @@ import type DartSass from 'sass'
6
import type SassEmbedded from 'sass-embedded'
7
// @ts-ignore `less` may not be installed
8
import type Less from 'less'
9
-// @ts-ignore `less` may not be installed
+// @ts-ignore `stylus` may not be installed
10
import type Stylus from 'stylus'
11
12
/* eslint-enable @typescript-eslint/ban-ts-comment */
packages/vite/types/internal/lightningcssOptions.d.ts
@@ -1,6 +1,6 @@
1
/* eslint-disable @typescript-eslint/ban-ts-comment */
2
3
-// @ts-ignore `sass` may not be installed
+// @ts-ignore `lightningcss` may not be installed
4
import type Lightningcss from 'lightningcss'
5
0 commit comments