Skip to content

Commit

Permalink
docs: Remove code block, which contained importing common antd css file
Browse files Browse the repository at this point in the history
  • Loading branch information
corocoto committed Jul 30, 2023
1 parent d0b3721 commit ac4fd46
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
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

0 comments on commit ac4fd46

Please sign in to comment.