Skip to content

Commit

Permalink
Update test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tmikaeld authored Nov 22, 2024
1 parent 6586cbe commit 0356554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ async function generateCSS(tailwindConfig) {
// Run the test
console.log('Starting CSS generation...');
const css = await generateCSS(tailwindBaseConfig);
console.log('\nFinal CSS:', Math.round(css.length/1000)+' KB');
console.log('\nFinal CSS:', css);

0 comments on commit 0356554

Please sign in to comment.