Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Remove code block, which contained import of common antd styles #609

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -299,10 +299,6 @@ To simplify the tutorial, we will use the ready-made UIKit from [AntDesign](http
$ npm i antd @ant-design/icons
```

```ts title=app/styles/index.scss
@import 'antd/dist/antd.css';
```

:::tip

But you can use **any other UIKit** or **create your own** by placing the components in `shared/ui` - this is where it is recommended to place UIKit of application:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -299,10 +299,6 @@ const App = () => (
$ npm i antd @ant-design/icons
```

```ts title=app/styles/index.scss
@import 'antd/dist/antd.css';
```

:::tip

Но вы можете использовать **любой другой UIKit** или же **создать собственный**, расположив компоненты в `shared/ui` - именно там рекомендуется хранить UIKit приложения:
Expand Down
Loading