Update dependency prettier to v3 (#12095)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
@@ -102,7 +102,10 @@ body {
|
||||
* `font-feature-settings` allows us to override this behaviour and have the
|
||||
* correct ligatures and the proper dynamic metric spacing.
|
||||
*/
|
||||
font-feature-settings: "kern" 1, "liga" 1, "calt" 1;
|
||||
font-feature-settings:
|
||||
"kern" 1,
|
||||
"liga" 1,
|
||||
"calt" 1;
|
||||
|
||||
background-color: $background;
|
||||
color: $primary-content;
|
||||
|
||||
Reference in New Issue
Block a user