-
Adapt https://github.com/darwintantuco/stylelint-8-point-grid
cc @rrhyne
-
So you use https://github.com/morishitter/stylefmt to format at runtime, then https://stylelint.io to lint at CI time.
## Dev Time
Looks like we can use: https://www.npmjs.com/package/styled-com…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
.stylelintrc
```json
{
"extends": "stylelint-config-standard"
}
```
-
Not sure if this related to your Sublime plug-in but when I have Sass comments like this:
``` scss
display: flex; // [2]
```
It throws this error in the console:
```
SublimeLinter: stylelint output…
-
The [`function-calc-no-unspaced-operator`](https://stylelint.io/user-guide/rules/function-calc-no-unspaced-operator/) rule (from `stylelint`) is meant to do the following:
> Disallow an unspaced op…
-
https://stylelint.io/user-guide/rules/selector-attribute-brackets-space-inside/
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Awaiting Schedule
These upda…
-
There are a _lot_ of major version bumps which require new node versions, breaking changes etc.
This needs to be tackled manually.
```
Package Current Wanted Latest Loca…
-
With `.stylelintrc` like this –
```
{
"extends": "stylelint-config-standard"
}
```
for the code like this:
```scss
@function str-replace($string, $search, $replace: "") {
$index: st…