Skip to content

Commit

Permalink
Little adjustments / fixes (8)
Browse files Browse the repository at this point in the history
  • Loading branch information
Donov4n committed Jul 31, 2024
1 parent beec2eb commit 416b5c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pulsanova/icons",
"version": "1.0.7",
"version": "1.0.8",
"description": "An icon set, ready to be used in SCSS (entirely based on Phosphor icons)",
"style": "style/index.scss",
"homepage": "https://github.com/Pulsanova/Icons",
Expand Down
3 changes: 0 additions & 3 deletions style/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,6 @@
@if map.has-key($list, $icon) {
@return map.get($list, $icon);
}
@if map.has-key($brand-list, $icon) {
@return map.get($brand-list, $icon);
}
@return $icon;
}

Expand Down

0 comments on commit 416b5c1

Please sign in to comment.