-
DescriptionIn terminal it looks like this after serving, Shouldn't it just say Steps to reproduce
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
daisyUI must work with every framework, build tool and CSS build pipeline. |
Beta Was this translation helpful? Give feedback.
daisyUI must work with every framework, build tool and CSS build pipeline.
There are a few CLI-based CSS build pipelines that use terminal output and save it into CSS file. It's a bad practice but we have no control over it. If the log is
🌼 daisyUI 5.0.43
this will be added to that CSS file and will be considered as an invalid style. To be compatible with those old-style build pipelines, log is wrapped in a CSS comment so if CLI is putting the output in the CSS file, it will be valid CSS.