Chore: Replace Sass-lint with Stylelint (#40617)

* chore(sass): introduce stylelint

* chore(sass): introduce stylelint config that closely matches sass-lint config

* chore: remove sass-lint from codebase

* style(theme): disable stylelint string-quotes rule

* chore(sass): introduce stylelint-prettier-config to prevent config conflicts

* chore: delete sass-lint file

* style(sass): fix remaining stylelint errors
This commit is contained in:
Jack Westbrook
2021-10-20 11:34:24 +02:00
committed by GitHub
parent 6c0d3e97fe
commit 6e2237c02f
15 changed files with 579 additions and 739 deletions

View File

@@ -95,8 +95,9 @@ $height-lg: ${theme.v1.height.lg};
// Typography
// -------------------------
/* stylelint-disable-next-line string-quotes */
$font-family-sans-serif: ${theme.v1.typography.fontFamily.sansSerif};
/* stylelint-disable-next-line string-quotes */
$font-family-monospace: ${theme.v1.typography.fontFamily.monospace};
$font-size-base: ${theme.v1.typography.size.base} !default;