Skip to content
Prev Previous commit
Next Next commit
Fix error
  • Loading branch information
thecrypticace committed Jun 30, 2025
commit c96e1799acd8f25d34e8171c54ee4af3f03fef2a
2 changes: 1 addition & 1 deletion packages/@tailwindcss-postcss/src/ast.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ it('should convert a Tailwind CSS AST into a PostCSS AST', () => {
`

let ast = parse(input)
let transformedAst = cssAstToPostCssAst(ast)
let transformedAst = cssAstToPostCssAst(ast, undefined, postcss)

expect(transformedAst.toString()).toMatchInlineSnapshot(`
"@charset "UTF-8";
Expand Down
Loading