Skip to content

Commit 2a4de4b

Browse files
authored
fix(cubejs-playground): remove less file import (#6537)
1 parent 70c2c92 commit 2a4de4b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

packages/cubejs-playground/src/playground/index.less

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
@import '../../node_modules/antd/dist/antd.less';
1+
/* That was used to generate a css asset. No need to use it anymore. */
2+
@import '../../../../node_modules/antd/dist/antd.less';
23
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap&css');
34

45
.ant-tabs-dropdown-menu-item {

packages/cubejs-playground/src/playground/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import './index.less';
2-
31
export * from '../cloud';
42
export * from './components/QueryBuilder';
53
export * from '../hooks';

0 commit comments

Comments
 (0)