Skip to content

Commit

Permalink
Switch to using the new build process
Browse files Browse the repository at this point in the history
Trigger a build under the new GH actions.
  • Loading branch information
tgharold committed Sep 7, 2023
1 parent b0ff10b commit d895ad2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,13 @@ A light-weight CSS framework to quickly implement skeletons into your projects.
<br />

## Installation

### npm
To install via node package manager:
```shell
npm install @ritterim/skellycss
```

### CSS
Include the Skelly css file wherever you add your CSS:
``` html
Expand Down Expand Up @@ -267,4 +269,4 @@ You can alter the way skeleton looks by utilizing other data-attributes as well,
| `data-lines` | Determines how many lines to output | Integer |
| `data-animation` | Adds animation to the skeleton lines | Boolean |
| `data-opacity` | Sets the opacity of the skeleton lines (sets opacity between 0 and 1) | Float |
| `data-color` | Sets the color of the skeleton lines | Color |
| `data-color` | Sets the color of the skeleton lines | Color |

0 comments on commit d895ad2

Please sign in to comment.