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
Describe the bug
Genetate duplicated css in dev mode
To Reproduce
I could provide a repository if you need.
Screenshots
<divp="t-10">This is a WindiCss Demo</div>
it's ok when first render.
then I change p="t-10" to p="t-15", it's still ok
but when I change p="t-15" back to p="t-10", code for p="t-10" is duplicated.
The text was updated successfully, but these errors were encountered:
masonzz
changed the title
Genetate duplicated css in dev mode when Attributify Mode is enable
Generate duplicated css in dev mode when Attributify Mode is enable
Nov 17, 2021
Thanks for the issue, good catch. This seems like an issue with the windi core only affecting the development HMR. Since we have affordances in development for dodgy stuff like this, I'd deem this fairly low priority to fix.
However, I'll try to dig into it a bit deeper when I have some time
Describe the bug
Genetate duplicated css in dev mode
To Reproduce
I could provide a repository if you need.
Screenshots
it's ok when first render.
then I change
p="t-10"
top="t-15"
, it's still okbut when I change
p="t-15"
back top="t-10"
, code forp="t-10"
is duplicated.The text was updated successfully, but these errors were encountered: