Skip to content

Commit f996bba

Browse files
Adding component fixture css
1 parent 601af02 commit f996bba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

generator/componentFixtureHelper.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ const templateUpdater = (m) => `<component-fixture>
88

99
const script = '<script>';
1010
const scriptUpdater = `<script>
11-
import { ComponentFixture, Editor } from 'component-fixture'`;
11+
import { ComponentFixture, Editor } from 'component-fixture'
12+
import "component-fixture/dist/ComponentFixture.css";`;
1213

1314
const exportComponents = ' components: {';
1415
const exportUpdater = ` components: {

0 commit comments

Comments
 (0)