Skip to content

Commit

Permalink
fix: import reset.css for website (#862)
Browse files Browse the repository at this point in the history
  • Loading branch information
anlyyao committed Jun 13, 2023
1 parent d52c26a commit d2ea9ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions site/mobile/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import DemoBlock from './components/demo-block.vue';
import router from './router';

import TDesign from '@/index';
import '@common/style/mobile/_reset.less';
import '../styles/mobile/index.less';

createApp(app)
Expand Down

0 comments on commit d2ea9ba

Please sign in to comment.