Skip to content

Commit

Permalink
feat: update css vars
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-ub committed Oct 22, 2024
1 parent cebe0e2 commit ffb8509
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions src/utils/updaters/update-css-vars.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import fs from 'node:fs/promises'
import { promises as fs } from 'node:fs'
import path from 'node:path'

import * as p from '@clack/prompts'
Expand Down Expand Up @@ -38,7 +38,6 @@ export async function updateCssVars(
config.resolvedPaths.cwd,
cssFilepath,
)

const cssVarsSpinner = p.spinner()
cssVarsSpinner.start(`Updating ${highlighter.info(cssFilepathRelative)}`)

Expand Down
1 change: 1 addition & 0 deletions src/utils/updaters/update-files.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ export async function updateFiles(
config,
baseColor,
},
// @ts-expect-error TODO: fix typecheck
[transformImport, transformCssVars, transformTwPrefixes],
)

Expand Down

0 comments on commit ffb8509

Please sign in to comment.