Skip to content

Commit

Permalink
Ignore stylelint for interpolated URL import
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Nov 6, 2023
1 parent c9c3af7 commit a263c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nationalarchives/utilities/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
}
} @else {
// @import "https://use.typekit.net/hkj3kuz.css";
@import "https://fonts.googleapis.com/css2?family=Open+Sans:wght@#{typographyVars.$main-font-weight};#{typographyVars.$main-font-weight-bold}&family=Roboto+Mono:wght@#{typographyVars.$detail-font-weight};#{typographyVars.$detail-font-weight-bold}&display=swap";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@#{typographyVars.$main-font-weight};#{typographyVars.$main-font-weight-bold}&family=Roboto+Mono:wght@#{typographyVars.$detail-font-weight};#{typographyVars.$detail-font-weight-bold}&display=swap"); /* stylelint-disable-line */
}

.tna-template {
Expand Down

0 comments on commit a263c01

Please sign in to comment.