Skip to content

Commit

Permalink
console.dir
Browse files Browse the repository at this point in the history
  • Loading branch information
jantimon committed Jan 15, 2024
1 parent f48f205 commit ce28a7c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/next-yak/loaders/cssloader.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,6 @@ module.exports = async function cssLoader(source) {
const rootCssParts = [...cssParts.values()].filter(
({ hasParent }) => !hasParent
);
console.dir(rootCssParts[0].cssPartExpressions, { depth: null });
return mergeCssPartExpression(rootCssParts).trim();
};

Expand Down

0 comments on commit ce28a7c

Please sign in to comment.