Replies: 1 comment
-
Tailwind's official Sapper setup example doesn't include Transparency warning / disclaimer: I compiled the list and am the creator of 3 of the templates on it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am trying to use Tailwind with Svelte and Sapper.
I have installed
sveltejs/sapper-template#rollup
, updated some packages & installed Tailwind.The
@tailwind...
conversion in css file is OK but I can not at all use the@apply
directives inside components... No error in the console nor in the terminal. Just the line-throughed directive in the developer tool.Here is the playground : https://github.com/adoveil/test-sapper-tailwind-apply
Thank you very much.
Beta Was this translation helpful? Give feedback.
All reactions