stylelint-config-sass-guidelines icon indicating copy to clipboard operation
stylelint-config-sass-guidelines copied to clipboard

⚙ A stylelint config inspired by https://sass-guidelin.es/

Results 22 stylelint-config-sass-guidelines issues
Sort by recently updated
recently updated
newest added

Bumps [stylelint](https://github.com/stylelint/stylelint) from 14.9.1 to 14.10.0. Release notes Sourced from stylelint's releases. 14.10.0 Added: rule metadata to public LinterResult API (#6166). Added: longhand sub-properties of shorthand properties reference data to...

dependencies

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.14 to 8.4.16. Release notes Sourced from postcss's releases. 8.4.16 Fixed Root AST migration. 8.4.15 Fixed AST normalization after using custom parser with old PostCSS AST. Changelog...

dependencies

Bumps [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss) from 4.2.0 to 4.3.0. Release notes Sourced from stylelint-scss's releases. 4.3.0 Added: options ignore: "after-dollar-variable" to dollar-variable-empty-line-before (#604) Fixed: Make filenames with dots work with at-import-partial-extension rule (#612)...

dependencies

### Add [`stylelint-config-recommended`](https://github.com/stylelint/stylelint-config-recommended) since it turns on all the possible _error_ rules within stylelint. A few examples of why this is useful: - while the stylelint here has no opinions...

For SCSS users, sometimes we need to assign custom CSS properties to SCSS variables, which requires those variables be defined *before* custom properties are. But with the current ordering, this...

> I must say I cannot decide myself. A recent poll on CSS-Tricks determined that over 45% developers order their declarations by type against 14% alphabetically. Also, there are 39%...

My sass math functions had variables like `$x1` and `$y1`, so I updated the pattern to be: `^[a-z][0-9]?(-*[a-z0-9]+)*$`. Is there some sass convention that says variables can't be one letter...

Hello, https://github.com/bjankord/stylelint-config-sass-guidelines/blob/ffa15c4106cbd75ea09327f4e8e10cc0be1379e6/index.js#L85 maybe prefer this regex: `"scss/at-mixin-pattern": "^[a-z]+(-?[a-z0-9]+)+$"` With that way mixins like `h1()` are possible and we can prevent mixins with multiple `-` like `foo--bar()`. Thanks

It appears that the top link in [this](declaration-block-properties-order) section of the readme is broken.

Bumps [stylelint](https://github.com/stylelint/stylelint) from 14.9.1 to 14.12.1. Release notes Sourced from stylelint's releases. 14.12.1 Fixed: font-weight-notation messages (#6350) (@​ybiquitous). Fixed: type declarations for custom message arguments (#6354) (@​stof). 14.12.0 Added: support...

dependencies