Skip to content

Commit 03350f4

Browse files
committed
revert
1 parent ca0a475 commit 03350f4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/uui-symbol-folder/lib/uui-symbol-folder.element.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { LitElement, html, css } from 'lit';
22
import { defineElement } from '@umbraco-ui/uui-base/lib/registration';
3-
import { UUITextStyles } from '@umbraco-ui/uui-css/lib';
43

54
/**
65
* @element uui-folder-symbol
@@ -24,7 +23,6 @@ export class UUISymbolFolderElement extends LitElement {
2423
}
2524

2625
static styles = [
27-
UUITextStyles,
2826
css`
2927
:host {
3028
display: block;

0 commit comments

Comments
 (0)