Skip to content

Commit 8980fb7

Browse files
committed
test: add test failing on main
1 parent cd01ee4 commit 8980fb7

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ playground/html/valid.html
1313
playground/external/public/[email protected]
1414
playground/ssr-html/public/[email protected]
1515
playground/worker/classic-worker.js
16+
playground/css/weapp.wxss

playground/css/nested/_index.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
@use 'sass:string';
2+
@use '../weapp.wxss'; // test user's custom importer in a file loaded by vite's custom importer
23

34
@import './css-in-scss.css';
45

playground/css/weapp.wxss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
this is not css

0 commit comments

Comments
 (0)