Skip to content

Commit

Permalink
Added tailwind Config typing, to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
OAGr committed Nov 6, 2024
1 parent e9a1931 commit 2d05a1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/versioned-components/src/tailwind.cts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function getVersionedSquiggleContent() {
return extraContent;
}

export function getTailwindConfig(partialConfig: Config) {
export function getTailwindConfig(partialConfig: Config): Config {
return merge(
{
content: getVersionedSquiggleContent(),
Expand Down

0 comments on commit 2d05a1b

Please sign in to comment.