English | 简体中文
Handle the space problem in pasted styles in unocss, such as bg-rgba(255,255,255,0.4) -> bg-[rgba(255,255,255,0.4)] and calc, etc. If there are better suggestions, you can configure further inside
support attribute completions for unocss
- bg#fff -> bg-#fff
- maxw-100% -> max-w-[100%]
- bg-[rgba(255, 255, 255, 0.5)] -> bg-[rgba(255,255,255,0.5)]
- translatex--50% -> translate-x-[-50%]