You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When following the design documentation and tailwind documentation of how to set it up, I get the following error:
`[postcss] postcss-import: ./node_modules/.pnpm/@bcc-code+design-library-vue@1.7.0_tailwindcss@3.3.3_vue@3.3.4/node_modules/@bcc-code/design-library-vue/dist_css/tailwind/index.css:3:1: `@layer base` is used but no matching `@tailwind base` directive is present.`
Your CSS seems to be correct. I see you're using the postcss-import plugin, how is that configured? From the error message I get the feeling Tailwind is first trying to separately compile the imported file.
I set up a new Vue app with the latest Vite, but I can't reproduce it. After following the installation instructions my app correctly renders the Vue components.
Describe the bug
When following the design documentation and tailwind documentation of how to set it up, I get the following error:
My
styles.css
file is as follows:I have also tried with a relative path via node_modules.
Expected behavior
Setup should work as expected.
root cause: commit_id
The text was updated successfully, but these errors were encountered: