Replies: 3 comments 3 replies
-
I was noticing that I tried using path.resolve for passing an absolute path to outdir but that seemed to just double up the path that it was using
|
Beta Was this translation helpful? Give feedback.
-
I'm supprised this was moved to a discussion |
Beta Was this translation helpful? Give feedback.
-
I just ran into this exact issue in |
Beta Was this translation helpful? Give feedback.
-
Description
I think I've discovered a small bug when trying to use a config recipe via an alias.
~styled-system/recipes/recipe2
It's finding the class names but it's having trouble generating the css
If the styled-system directory is located in the root as it is by default then the alias works fine
also the css / cva functions seem to work fine with alias's regardless of the location of the styled-system directory
Link to Reproduction
https://github.com/Hecatron-Forks/panda/tree/alias-example/sandbox/nuxt
Steps to reproduce
I've placed an example above
It's a nuxt example although it's not nuxt specific this also happens under vite / vue project
For now it looks like I'll just need to keep the styled-system directory in the root of the project the same as the default
JS Framework
Vue / Vite / Nuxt
Panda CSS Version
Latest commit ef1dd67
Browser
Firefox
Operating System
Additional Information
No response
Beta Was this translation helpful? Give feedback.
All reactions