Skip to content

Commit

Permalink
fix: update css file imports
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisfalaska authored and chrisfalaska committed Dec 4, 2024
1 parent a6269d8 commit 1ab2620
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/input/src/base-input.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
import { LitElement, css } from "lit";
import { ifDefined } from 'lit/directives/if-defined.js';

import styleCss from "./style-css.js";
import colorCss from "./color-css.js";
import tokensCss from "./tokens-css.js";
import styleCss from "./styles/style-css.js";
import colorCss from "./styles/color-css.js";
import tokensCss from "./styles/tokens-css.js";

import Cleave from 'cleave.js';
import i18n, {notifyOnLangChange, stopNotifyingOnLangChange} from './i18n.js';
Expand Down

0 comments on commit 1ab2620

Please sign in to comment.