Skip to content

Commit

Permalink
fix TS bs
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremiahSecrist committed Aug 7, 2024
1 parent 56e1d5d commit f6d7ee4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/liftKit-tailwindcss-plugin/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
declare const plugin: { handler: () => void }

export = plugin
1 change: 1 addition & 0 deletions packages/liftKit-tailwindcss-plugin/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/** @type {import('tailwindcss').Config} */
import { tailwindThemeFromColor } from "./tailwindThemeFromColor";
import { calcScale, scaleToEm } from "./lib";
const plugin = require("tailwindcss/plugin");
Expand Down

0 comments on commit f6d7ee4

Please sign in to comment.