Skip to content

Commit

Permalink
docs(EbayIconButton): include importing @ebay/skin/icon CSS (#361)
Browse files Browse the repository at this point in the history
Fix ebay-icon-button docs
  • Loading branch information
ericbiewener authored Sep 19, 2024
1 parent f87b421 commit a43ff3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ebay-icon-button/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@ import { EbayIconButton } from '@ebay/ui-core-react/ebay-icon-button'

### Import following styles from SKIN
```jsx harmony
import "@ebay/skin/icon"
import "@ebay/skin/icon-button"
```

### Or import styles using SCSS/CSS
```jsx harmony
import '@ebay/skin/icon.css'
import '@ebay/skin/icon-button.css'
```

Expand Down

0 comments on commit a43ff3a

Please sign in to comment.