Aleks Hudochenkov
Aleks Hudochenkov
In grunt-spritesmith 4.0 were [introduced new retina related features](https://github.com/Ensighten/grunt-spritesmith#retina-parameters). It may simplify Grunt config and mixins. I have no need for sprites in the last half year, so I've not...
We have `--print-config` CLI flag to print config, but we don't have this functionality in Node.js API. Let's expose this functionality in the API. Not sure about the name of...
> What is the problem you're trying to solve? Simplify getting started with stylelint. > What solution would you like to see? Add initialization wizard `stylelint --init` similar to [`eslint...
Following https://github.com/stylelint/stylelint/issues/4067. We need to remove all test for custom property sets, which are not standard feature. It was introduced for `@apply`, which was [rejected](http://tabatkins.github.io/specs/css-apply-rule/).
Follow up to https://github.com/stylelint/stylelint/issues/4942. Currently `stylelint` is not a PostCSS plugin. It uses PostCSS internals like `LazyResult` to go around PostCSS API. And then we call rule functions, which looks...
Stylefmt position itself as a tool, which changes CSS according to stylelint's config. But it's not entirely accurate. Stylefmt has opinionated default settings, which applies regardless stylelint's config. For example,...
Related to https://github.com/hudochenkov/stylelint-order/issues/87
Similar to the [`properties-order`](https://github.com/hudochenkov/stylelint-order/commit/5c03c7318cf1581cc17f457d7b96f223e84fe04e) `properties-alphabetical-order` should report warning which weren't fixed by autofix. It could happen in CSS-in-JS, if rule has interpolations. Then `postcss-sorting` will skip it to not break...
There is a popular BEM notation `block__element--modifier`. Sometimes you need to add an element for a block in existing HTML. Emmet kicks in expanding mechanism to eager and expands, what...
Добавить возможность удалить свой комментарий. Добавить редактирование своих комментариев. Клуб может же быть лучше, чем твиттер :)