Chris Pearce
Chris Pearce
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...
The `max-line-length` rule is suffering from the same issue as the **String** rules ([see](#21)) i.e. _Line numbers all screwy and zero reporting_. Sublime Text Console output: ``` 1:1 Expected line...
The `max-empty-lines` rule is suffering from the same issue as the **String** rules ([see](#21)) i.e. _Line numbers all screwy and zero reporting_. Sublime Text Console output: ``` 1:1 Unexpected empty...
In my `stylelint.config.js` I have these rules from http://stylelint.io/user-guide/rules/#string: ``` js 'string-no-newline': true, 'string-quotes': 'single' ``` In my test `.scss` file I have: ``` scss /* 6. String ========================================================================= */...
Every time I try to do the setup via `semantic-release-cli init` I can never get passed the >Do you want a `config.yml` file with semantic-release setup? question as it always...
`fieldset` elements come with margins applied: Therefore, add `fieldset` element selector to the grouped rule here: https://github.com/chris-pearce/backpack.css/blob/master/src/grouped.css#L1-L21.
This shouldn't be removed as it's useful to have a visual indicator for mobile users, which is factored into Google's mobile-friendless page-experience signals? Comes from [`santize.css`](https://github.com/csstools/sanitize.css/blob/main/sanitize.css#L42).
The [style](https://github.com/csstools/sanitize.css/blob/0d2d781758ab9cd36c6138bedaa26b0aae30bfc3/forms.css#L34-L36) in question. It feels too opinionated and better left to native styling.
Remove this style: https://github.com/chris-pearce/backpack.css/blob/master/src/global.css#L20-L31 as it's too opinionated and really should be up to the consumer to manage.
See here for context: https://www.zachleat.com/web/fluid-images/