Skip to content

Instantly share code, notes, and snippets.

@pyratin
Created November 2, 2025 06:47
Show Gist options
  • Select an option

  • Save pyratin/d5c5aadfadc2e2945b9e54bbd285808c to your computer and use it in GitHub Desktop.

Select an option

Save pyratin/d5c5aadfadc2e2945b9e54bbd285808c to your computer and use it in GitHub Desktop.
styelint.config.js
/** @type {import('stylelint').Config} */
export default {
extends: ['stylelint-config-standard-scss'],
rules: {
'selector-class-pattern': null,
'scss/percent-placeholder-pattern': null,
'scss/dollar-variable-pattern': null,
'color-function-notation': null,
'no-descending-specificity': null
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment