Skip to content

Commit

Permalink
Lint changes
Browse files Browse the repository at this point in the history
  • Loading branch information
andmor- committed Dec 18, 2023
1 parent c176a4c commit 6e9d747
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .stylelintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ rules:
max-nesting-depth:
- 4
- ignore: ['blockless-at-rules', 'pseudo-classes']
media-query-no-invalid: false
# Selector names (override stylelint-config-sass-guidelines to allow `_`)
selector-class-pattern:
- ^[a-z0-9_\\-]+$
Expand All @@ -23,3 +24,4 @@ rules:
- ignore: ["class"]
# Style Guide
selector-max-compound-selectors: 6
scss/dollar-variable-pattern: "[a-z][a-zA-Z_-]+"
5 changes: 1 addition & 4 deletions scss/utility/typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,12 @@ $font-inter: 'Inter',
arial,
verdana,
sans-serif;

$font-sans-pro: 'Sanspro',
sans-serif,
arial,
verdana;

// Fonts
//
// Fonts:
// Font, line-height, and color for body text, headings, and more.
$font-family-sans-serif: // Cross-platform generic font family (default user interface font)
system-ui,
Expand All @@ -33,7 +31,6 @@ $font-family-sans-serif: // Cross-platform generic font family (default user int
sans-serif,
// Emoji fonts
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

$font-family-monospace: sfmono-regular, menlo, monaco, consolas, 'Liberation Mono', 'Courier New', monospace;
$font-family-serif: serif, georgia,
'Times New Roman',
Expand Down

0 comments on commit 6e9d747

Please sign in to comment.