Skip to content

Commit

Permalink
Added palette installation
Browse files Browse the repository at this point in the history
  • Loading branch information
EdgarOkode committed Apr 25, 2019
1 parent 898d40f commit 6794e7e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions compodoc/additional-doc/usage/palette-usage.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
# Palette usage

Add the dependency to the package.json dependencies:
```json
"dependencies": {
...
"@okode/ngx-custom-palette": "^0.2.0"
```
Or install it with using NPM:
```
npm i @okode/ngx-custom-palette
```

Import it in your main style file (like app.scss, global.scss...):
```css
Expand Down

0 comments on commit 6794e7e

Please sign in to comment.