Skip to content

Commit 23d869a

Browse files
authored
Merge pull request #14 from tgharold/20230907-1312
Switch to using the new build process
2 parents b0ff10b + d895ad2 commit 23d869a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,13 @@ A light-weight CSS framework to quickly implement skeletons into your projects.
3030
<br />
3131

3232
## Installation
33+
3334
### npm
3435
To install via node package manager:
3536
```shell
3637
npm install @ritterim/skellycss
3738
```
39+
3840
### CSS
3941
Include the Skelly css file wherever you add your CSS:
4042
``` html
@@ -267,4 +269,4 @@ You can alter the way skeleton looks by utilizing other data-attributes as well,
267269
| `data-lines` | Determines how many lines to output | Integer |
268270
| `data-animation` | Adds animation to the skeleton lines | Boolean |
269271
| `data-opacity` | Sets the opacity of the skeleton lines (sets opacity between 0 and 1) | Float |
270-
| `data-color` | Sets the color of the skeleton lines | Color |
272+
| `data-color` | Sets the color of the skeleton lines | Color |

0 commit comments

Comments
 (0)