Skip to content

Commit e256c49

Browse files
authored
Merge pull request #266 from andrii-bodnar/fix/tailwind-template
fix(create-figma-plugin): Tailwind CSS directive
2 parents 289659e + 7d5d38a commit e256c49

File tree

1 file changed

+1
-3
lines changed
  • packages/create-figma-plugin/templates/plugin/preact-tailwindcss/src

1 file changed

+1
-3
lines changed
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
@tailwind base;
2-
@tailwind components;
3-
@tailwind utilities;
1+
@import "tailwindcss";

0 commit comments

Comments
 (0)