Skip to content

Commit

Permalink
makes code snippets from docs static
Browse files Browse the repository at this point in the history
  • Loading branch information
ifrim committed Apr 26, 2024
1 parent 28e319a commit faa8dc1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ npm install --save @tyk-technologies/tyk-ui
**Loading tyk-ui into the project**

*Import the css before any other styles from your main js file*
```js
```javascript static
import '@tyk-technologies/tyk-ui/src/index.css';
```

Expand All @@ -24,7 +24,7 @@ For projects that don't use SASS but just pure css we are also exposing the comp
```

*Loading React components*
```javascript
```javascript static
import {
Button,
Column,
Expand Down
2 changes: 1 addition & 1 deletion docs/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import {
```

- *Import the css before any other styles from your main js file*
```js
```javascript static
import '@tyk-technologies/tyk-ui/src/index.css';
```

Expand Down

0 comments on commit faa8dc1

Please sign in to comment.