Skip to content

Commit

Permalink
chore(app): remove font-awesome style import in less
Browse files Browse the repository at this point in the history
  • Loading branch information
BroKun committed May 14, 2024
1 parent 123fb0d commit 84f7cd8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
13 changes: 13 additions & 0 deletions .changeset/curvy-doors-behave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
'@difizen/mana-observable': patch
'@difizen/mana-syringe': patch
'@difizen/mana-common': patch
'@difizen/mana-react': patch
'@difizen/mana-core': patch
'@difizen/mana-l10n': patch
'@difizen/mana-app': patch
'@difizen/mana-ui': patch
'@difizen/mana-docs': patch
---

No longer import font-awesome styles through less file.
1 change: 0 additions & 1 deletion packages/mana-app/src/file-tree/file-tree-component.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import 'font-awesome/css/font-awesome.min.css';
import 'file-icons-js/css/style.css';
import './file-tree-style.less';

import type { ComponentType } from 'react';

Expand Down
1 change: 0 additions & 1 deletion packages/mana-app/src/file-tree/file-tree-style.less

This file was deleted.

0 comments on commit 84f7cd8

Please sign in to comment.