remove unused styles
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import type { UmbInputMarkdownElement } from '../../../components/input-markdown-editor/index.js';
|
||||
import '../../../components/input-markdown-editor/index.js';
|
||||
import { html, customElement, property, state } from '@umbraco-cms/backoffice/external/lit';
|
||||
import { UmbTextStyles } from '@umbraco-cms/backoffice/style';
|
||||
import type { UmbPropertyEditorUiElement } from '@umbraco-cms/backoffice/extension-registry';
|
||||
import { UmbLitElement } from '@umbraco-cms/internal/lit-element';
|
||||
import type { UmbPropertyEditorConfigCollection } from '@umbraco-cms/backoffice/property-editor';
|
||||
@@ -39,8 +38,6 @@ export class UmbPropertyEditorUIMarkdownEditorElement extends UmbLitElement impl
|
||||
@change=${this.#onChange}
|
||||
.value=${this.value}></umb-input-markdown>`;
|
||||
}
|
||||
|
||||
static styles = [UmbTextStyles];
|
||||
}
|
||||
|
||||
export default UmbPropertyEditorUIMarkdownEditorElement;
|
||||
|
||||
Reference in New Issue
Block a user