Skip to content

Commit

Permalink
describe v1 vs older install
Browse files Browse the repository at this point in the history
  • Loading branch information
dangowans committed May 21, 2024
1 parent 8829d85 commit a25e8d6
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,17 @@ A Bulma-friendly way to stick a table header, table footer, first column, or all

Download a release, or grab the code from npm.

`npm install @cityssm/bulma-sticky-table`
### Bulma v1 or newer

```sh
npm install @cityssm/bulma-sticky-table
```

### Bulma v0.9.4 or older

```sh
npm install @cityssm/[email protected]
```

When building your stylesheet, import `_sticky-table.scss` AFTER you import Bulma.
This will ensure your colour customizations are used.
Expand Down

0 comments on commit a25e8d6

Please sign in to comment.