Skip to content

Commit 1d4fb98

Browse files
committed
feat: import mo.scss manually
1 parent fcbb363 commit 1d4fb98

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

build/web/app.js

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import * as React from 'react';
22
import * as ReactDOM from 'react-dom';
33
import { Workbench, MoleculeProvider } from 'mo';
4+
import 'mo/style/mo.scss';
45

56
const App = () => (
67
<React.StrictMode>

stories/workbench/0-Workbench.stories.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import 'mo/style/mo.scss';
12
import * as React from 'react';
23
import { MoleculeProvider, Workbench } from 'mo/index';
34
import { customExtensions } from '../extensions';

0 commit comments

Comments
 (0)