-
The operating environment is : ============================================== `import tailwindcss from '@tailwindcss/postcss'; const options = { const css = ` ` postcss([tailwindcss(options)]) [Running] bun run "xxxx\test\test.js" |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
You may need to set the |
Beta Was this translation helpful? Give feedback.
You may need to set the
from
member of the options object in the.process()
call to some real path in the project, so that@import "tailwindcss";
resolves properly. I wasn't referring to thebase
parameter in the options object passed to thetailwindcss
function.