Skip to content

Commit

Permalink
fix(icons): config path (#3002)
Browse files Browse the repository at this point in the history
* fix(icons): config path

* fix(sass): remove ununsed import
  • Loading branch information
shajz authored Aug 6, 2024
1 parent b13f0f6 commit 27f685d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/icons/src/commons/core.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
@use 'sass:string';
@use 'sass:list';

@use '@lucca-front/scss/src/commons/config';

@function capitalize($string) {
@return string.to-upper-case(string.slice($string, 1, 1)) + string.slice($string, 2);
}
Expand Down

0 comments on commit 27f685d

Please sign in to comment.