File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 48
48
target: document.body,
49
49
})
50
50
` ,
51
- 'src/index.css' : css `
52
- @import 'tailwindcss/theme' theme(reference);
53
- @import 'tailwindcss/utilities';
54
- ` ,
51
+ 'src/index.css' : css `@import 'tailwindcss' reference;` ,
55
52
'src/App.svelte' : html `
56
53
<script>
57
54
import './index.css'
Original file line number Diff line number Diff line change @@ -45,15 +45,13 @@ test(
45
45
` ,
46
46
'src/App.vue' : html `
47
47
<style>
48
- @import 'tailwindcss/utilities';
49
- @import 'tailwindcss/theme' theme(reference);
48
+ @import 'tailwindcss' reference;
50
49
.foo {
51
50
@apply text-red-500;
52
51
}
53
52
</style>
54
53
<style scoped>
55
- @import 'tailwindcss/utilities';
56
- @import 'tailwindcss/theme' theme(reference);
54
+ @import 'tailwindcss' reference;
57
55
:deep(.bar) {
58
56
color: red;
59
57
}
You can’t perform that action at this time.
0 commit comments