Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasoppermann committed Dec 19, 2024
1 parent b0f020d commit 2ac2839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transformers/utilities/alpha.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {rgba, parseToRgba} from 'color2k'
import type {PlatformConfig, TransformedToken} from 'style-dictionary/types'
import {log} from '~/src/utilities/log.js'
import {log} from '../../utilities/log.js'
/**
* alpha
* @description takes a colors string like hex or rgba and returns an rgba color with the specified alpha value
Expand Down

0 comments on commit 2ac2839

Please sign in to comment.