Replies: 1 comment 2 replies
-
Hi @jakoblind I'm going to take a look at this soon, we're hoping to publish a TailwindCSS guide that should explain the different ways to implement it in Snowpack |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm working on adding Snowpack support at createapp.dev and found an issue when implementing TailwindCSS support with only CSS.
I have a file called
styles.css
that I import from my root JS file withimport "./styles.css";
. The contents ofstyles.css
look like this:I get this error:
If I skip the
styles.css
and import the tailwind files straight from the JS, it works as expected. Happy for any input here!Beta Was this translation helpful? Give feedback.
All reactions