Roman Komarov
Roman Komarov
While there is no such plugin that would transit the changes from ST to LiveReload, we could use autosave that would save the file on every change. Because that's somewhat...
Like minutes, hours etc. for duration (+ alliases like seconds to `s`, `milliseconds` to `ms` etc.), `meters` and `kilometers` converted to `cm` etc.
There is this conflict in a test: ``` teac text-align: center text-emphasis: accent ``` in case if `teac` the `text-emphasis: accent` have lesser property part, so its interesting: if there...
Right now we disable our action inside of the property. However, occasional calling of it could cause some minor problems. We should find a way to disable it in such...
There could be filters for IE and the new Filter Effects. So, we should add those to out dictionary. The main problem here is with the conflicts that could cause,...
Some properties could have values starting with numbers, like `font-weight`. So, abbreviations like `fw6` should expand to `font-weight: 600`
Right now we only detect if there were prefixed cluster before for the right indent on a newline. However, there could be other similar things like multiline multiple backgrounds, color...
If there is an abbreviation like `con`, then if the findings are `content` and `content: normal;`, then Hayaku must look if the shorter abbr (without the last char) can be...
There are some issues that can be improved in postexpand for colors: - We could add some `hsl` support — percentile for rgb are rarely used, so we could use...