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 c942b3a commit 694b993
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const tailwindBaseConfig = {
async function generateCSS(tailwindConfig) {
try {
const tailwindDirectives = `
@import "tailwindcss" source(none);
@tailwind components;
@tailwind utilities;
`;
Expand Down

0 comments on commit 694b993

Please sign in to comment.