scss: replace @use with @forward

This commit is contained in:
2026-02-11 20:46:12 +00:00
parent 83502a2798
commit 9dcc4045ab
15 changed files with 98 additions and 103 deletions

View File

@@ -1,4 +1,4 @@
@use "../global/variables/colours";
@use "../global/variables";
.wpcf7 .screen-reader-response {
display: none;
@@ -11,11 +11,11 @@
padding: 1em 0 0;
margin-top: 2em;
border: 1px solid colours.$grey-light;
border: 1px solid variables.$grey-light;
border-width: 1px 0 0;
.knockout & {
border-color: rgba(colours.$white, 0.3);
border-color: rgba(variables.$white, 0.3);
}
}