remove perspective for now

This commit is contained in:
Orion Reed 2024-12-20 15:36:42 -05:00
parent 38ed641b77
commit 448ffeb12d
1 changed files with 0 additions and 3 deletions

View File

@ -7,12 +7,9 @@ import { css } from '@lit/reactive-element';
export class FolkTransformedSpace extends FolkElement {
static override tagName = 'folk-transformed-space';
static #perspective = 1000;
static styles = css`
:host {
display: block;
perspective: ${this.#perspective}px;
position: relative;
width: 100%;
height: 100%;