Denis Malinochkin
Denis Malinochkin
Looks like #98 cannot resolve this issue.
#### Broken case before update CSSComb ``` { "csscomb.preset": "csscomb" } ``` ``` :root { --ion-font-family: 'Effra'; font-family: var(--ion-font-family); } ```
Hello, @smlombardi, You can provide your configuration (settings) for this plugin?
Because it works badly in case if the file will be saved when CSS has errors. For examples, see https://github.com/mrmlnc/vscode-stylefmt/issues/84. Reopen this issue?
Most likely will be done on this week. Maybe today.
Code in the master branch, but we need resolve this issue: https://github.com/Microsoft/vscode/issues/21967
Hello, @liuliangsir, As you see the settings is just a JSON file. And yeap, it is impossible to realize the above feature. But you can use one of format of...
Should work fine with `['']` after #27. But, unfortunately, double angle brackets are not working (they are parsed as html tags: `>`). Perhaps, in some cases, the parser does not...
I don't know how to fix this problem, except switch to use iteration solution instead of recursive solution. Temporary, I switch to [`monkey_fix`](https://github.com/mrmlnc/readdir-enhanced/commit/1580afe4fdf21cd191c202ec599d1ca7d0ab062d) branch in my package.
Works as expected. Users write patterns in POSIX-style. The result of the work is also presented in this style. The Node.js platform can work with POSIX-style paths even on Windows....