-
http://stylelint.io/user-guide/rules/function-calc-no-unspaced-operator/
-
http://stylelint.io/user-guide/rules/media-query-parentheses-space-inside/
-
We have done an online assessment to WORSICA, and we noticed this:
- JavaScript files are not fully compliant with stylelint standard
This is the command that does the check:
> (
> cd github.co…
-
stylelint-scss currently provides a set of `at-import-*` rules to check imported paths.
It would make sense IMO to have the equivalent `at-use-*` rules (maybe using the new `-allowed-list` and `-disa…
-
Illustration:
Not sure why this is the case, it's not alphabetical either and of course this can lead to broken code if you overwrite properties of mixins after the mixin.
-
On the [repo homepage](https://github.com/humanmade/coding-standards) it looks like version 1.1.1 is the latest, despite there being two newer tags for 1.1.2 and 1.1.3.
Can a release be published f…
-
### Self-service
- [ ] I'd be willing to implement a fix
### Describe the bug
Yarn pnp can't load synckit worker hence prettier plugin fails to run.
Why do I file this against yarn? Everything wo…
-
http://stylelint.io/user-guide/rules/media-query-list-comma-newline-after/
-
I like separating the properties into rational groups with lines in between - however when there's only a handful (< 3 || 4) of properties the gaps are a bit unwieldily and it makes it difficult to re…
-
We use the PostCSS mixing syntax (`@define-mixin`/`@mixin`) but lint our CSS as pure SCSS, so it doesn't recognise `@define-mixin` (it does recognise `@mixin` because that's SCSS's way of *defining* a…