Roman Komarov
Roman Komarov
``` p — tab padding:|; — 2 padding:|2px; — 0 padding:0|2px; — _ padding:0 2; ```
This could take a while, but the clipboard defaults could be enhanced in a nice way: if the use copied, for example, something like this: ``` CSS height: 53px; width:...
There are a lot of functions that could be applied to colors, like blending, transparentify, finding contrast ratio etc. We could provide a few easy ways to handle it, as...
We could allow using of the “caret” in abbreviations. The pipe symbol — `|`. It could be useful, for example, for muliple values like `m0|` so we could expand it...
`position: re` wouldn't exand now — it is treated as already expanded. The only way to make so — try to expand it and then see if it is the...
There could be a shortcut you could trigger while standing on a property or a value. This shortcut would call hayaku for this property/value, insert the snippet for it with...
Just an idea (not sure that would work out ok): when we have something like padding expanded from `p`, we would get `padding: |;`. What if the `:` part would...
We need to add a way to redefine or define some extra entries in a dictionary. For doing so we'd need to replace the consts with functions, so the changes...