Skip to content

Commit

Permalink
disable postcss-lit for var css
Browse files Browse the repository at this point in the history
  • Loading branch information
emma-sg committed Mar 4, 2024
1 parent c3ceeac commit 49979a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/ui/tab-list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { property, queryAsync, customElement } from "lit/decorators.js";
import { ifDefined } from "lit/directives/if-defined.js";

const DEFAULT_PANEL_ID = "default-panel";
// postcss-lit-disable-next-line
export const TWO_COL_SCREEN_MIN_CSS = css`64.5rem`;

/**
Expand Down

0 comments on commit 49979a1

Please sign in to comment.