We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
Another try (using deno and postcss) when trying to use it with tailwindcss
import tailwindcss from 'https://esm.sh/tailwindcss' ...
i get the following error
error: Uncaught TypeError: k_.Parser.extend(...).extend is not a function at https://cdn.esm.sh/v14/tailwindcss@2.0.2/esnext/tailwindcss.js:25:17298 at https://cdn.esm.sh/v14/tailwindcss@2.0.2/esnext/tailwindcss.js:2:1074 at https://cdn.esm.sh/v14/tailwindcss@2.0.2/esnext/tailwindcss.js:25:26185 at https://cdn.esm.sh/v14/tailwindcss@2.0.2/esnext/tailwindcss.js:2:1074 at https://cdn.esm.sh/v14/tailwindcss@2.0.2/esnext/tailwindcss.js:25:27714 at https://cdn.esm.sh/v14/tailwindcss@2.0.2/esnext/tailwindcss.js:2:1074 at https://cdn.esm.sh/v14/tailwindcss@2.0.2/esnext/tailwindcss.js:89:35993 at https://cdn.esm.sh/v14/tailwindcss@2.0.2/esnext/tailwindcss.js:2:1074 at https://cdn.esm.sh/v14/tailwindcss@2.0.2/esnext/tailwindcss.js:89:37184
thanks for helping/idea
The text was updated successfully, but these errors were encountered:
still fails because of #157
Download https://esm.sh/tailwindcss Download https://cdn.esm.sh/v53/fsevents@2.3.2/deno/fsevents.js error: Import 'https://cdn.esm.sh/v53/fsevents@2.3.2/deno/fsevents.js' failed: 500 Internal Server Error at https://cdn.esm.sh/v53/chokidar@3.5.2/deno/chokidar.js:2:414
Sorry, something went wrong.
i think this has been fixed
No branches or pull requests
Hello,
Another try (using deno and postcss)
when trying to use it with tailwindcss
i get the following error
error: Uncaught TypeError: k_.Parser.extend(...).extend is not a function
at https://cdn.esm.sh/v14/tailwindcss@2.0.2/esnext/tailwindcss.js:25:17298
at https://cdn.esm.sh/v14/tailwindcss@2.0.2/esnext/tailwindcss.js:2:1074
at https://cdn.esm.sh/v14/tailwindcss@2.0.2/esnext/tailwindcss.js:25:26185
at https://cdn.esm.sh/v14/tailwindcss@2.0.2/esnext/tailwindcss.js:2:1074
at https://cdn.esm.sh/v14/tailwindcss@2.0.2/esnext/tailwindcss.js:25:27714
at https://cdn.esm.sh/v14/tailwindcss@2.0.2/esnext/tailwindcss.js:2:1074
at https://cdn.esm.sh/v14/tailwindcss@2.0.2/esnext/tailwindcss.js:89:35993
at https://cdn.esm.sh/v14/tailwindcss@2.0.2/esnext/tailwindcss.js:2:1074
at https://cdn.esm.sh/v14/tailwindcss@2.0.2/esnext/tailwindcss.js:89:37184
thanks for helping/idea
The text was updated successfully, but these errors were encountered: