We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70c2c92 commit 2a4de4bCopy full SHA for 2a4de4b
packages/cubejs-playground/src/playground/index.less
@@ -1,4 +1,5 @@
1
-@import '../../node_modules/antd/dist/antd.less';
+/* That was used to generate a css asset. No need to use it anymore. */
2
+@import '../../../../node_modules/antd/dist/antd.less';
3
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap&css');
4
5
.ant-tabs-dropdown-menu-item {
packages/cubejs-playground/src/playground/index.ts
@@ -1,5 +1,3 @@
-import './index.less';
-
export * from '../cloud';
export * from './components/QueryBuilder';
export * from '../hooks';
0 commit comments