This repository was archived by the owner on Jun 30, 2024. It is now read-only.
This repository was archived by the owner on Jun 30, 2024. It is now read-only.
Autocomplete is adding "%" to decimal numbers after choosing Intellisense #444
Open
Description
This autocomplete occurs after I choose an Intellisense style like "padding-top" for example, then proceed to write a decimal value.
example: "0." -> "0%." (occurs immediately after entering ".")
This doesn't happen in regular CSS files after using a suggested Intellisense value, only in styled components files.