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 ff018a1 commit 2b1eba3Copy full SHA for 2b1eba3
src/index.tsx
@@ -1,16 +1,11 @@
1
/* eslint-disable no-restricted-imports */
2
-/* eslint-disable import/order */
3
import ReactDOM from 'react-dom/client';
4
5
-import '@gravity-ui/uikit/styles/styles.scss';
6
-
7
import {ErrorBoundary} from './lib';
8
import reportWebVitals from './reportWebVitals';
9
import {history, store} from './store/defaultStore';
10
11
-import './styles/themes.scss';
12
-import './styles/unipika.scss';
13
-import './index.css';
+import './styles/index.scss';
14
15
async function render() {
16
let App;
src/index.css renamed to src/styles/index.scss
@@ -1,3 +1,7 @@
+@forward '@gravity-ui/uikit/styles/styles.scss';
+@forward './themes.scss';
+@forward './unipika.scss';
+
body {
margin: 0;
0 commit comments