Skip to content

Commit

Permalink
Use the same type of quote character in all sass @use statements for …
Browse files Browse the repository at this point in the history
…symmetry #3229
  • Loading branch information
davidcmoulton committed May 8, 2024
1 parent d514122 commit fc5076a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions src/read-side/html-pages/_form-rules.scss
@@ -1,7 +1,7 @@
@use "functions";
@use "settings";
@use "button";
@use "breakpoints";
@use 'functions';
@use 'settings';
@use 'button';
@use 'breakpoints';

$_label-font-size: functions.px-to-rem(20px);
$_microcopy-colour: settings.$colour-text-secondary;
Expand Down
8 changes: 4 additions & 4 deletions src/read-side/html-pages/about-page/_index.scss
@@ -1,7 +1,7 @@
@use "button";
@use "list";
@use "functions";
@use "settings";
@use 'button';
@use 'list';
@use 'functions';
@use 'settings';

.about-page-figure {
margin-top: 0;
Expand Down

0 comments on commit fc5076a

Please sign in to comment.