Skip to content

Commit

Permalink
chore(fix): build
Browse files Browse the repository at this point in the history
  • Loading branch information
Tahul committed Aug 8, 2023
1 parent b6c1ee5 commit a00bc89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/transforms/vue/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export function transformScheme(code = '', scheme: 'light' | 'dark') {
* Resolve `@{media.xl}` declarations.
*/
export function transformMediaQueries(code = '', ctx: PinceauContext, loc?: any): string {
// @ts-ignore
const mediaQueries = ctx.$tokens('media', { key: undefined, loc })

code = code.replace(
Expand Down

0 comments on commit a00bc89

Please sign in to comment.