Skip to content

Commit

Permalink
Merge remote-tracking branch 'remotes/upstream/master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Mar 31, 2024
2 parents ebf99d8 + 0907f1a commit 46d9d9b
Show file tree
Hide file tree
Showing 7 changed files with 4,277 additions and 3,784 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
node: [14, 16, 18, 20]
node: [16, 18, 20]

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,10 @@ And the generated icon IDs would be:

You can provide a `getIconId` function via the configuration file to customize how the icon IDs / CSS selectors are derived from the filepath. The function will receive relative paths to the icon and the input directory as arguments, and must return a unique string to be used as the ID.

### Support

The library is currently actively maintained for for Node 16.x.x support or above

### Contribute

PRs are always welcome. If you need help questions, want to bounce ideas or just say hi, [join the Discord channel](https://discord.gg/BXAY3Kc3mp).
Expand Down
Loading

0 comments on commit 46d9d9b

Please sign in to comment.