Skip to content

Commit

Permalink
fix: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Roger Peters committed Jun 2, 2021
1 parent 86afee1 commit 65d807b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Empty file.
3 changes: 2 additions & 1 deletion packages/playground/css/pkg-dep/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "dep",
"version": "1.0.0"
"version": "1.0.0",
"main": "index.js"
}
2 changes: 1 addition & 1 deletion packages/playground/css/sass.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@import '@/nested/partial'; // sass convention: omitting leading _ for partials
@import 'css-dep'; // package w/ sass entry points
@import 'virtual-dep'; // virtual file added through importer
@import 'pkg-dep'; // package w/out sass field
@import '@/pkg-dep'; // package w/out sass field

.sass {
/* injected via vite.config.js */
Expand Down

0 comments on commit 65d807b

Please sign in to comment.