scss: replace @use with @forward
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
@use "../global/variables/colours";
|
||||
@use "../global/variables";
|
||||
|
||||
#mce-responses {
|
||||
.response {
|
||||
padding: 0 0 1em;
|
||||
margin: 0 0 1em;
|
||||
font-size: 0.875em;
|
||||
border-bottom: 1px solid colours.$grey-lighter;
|
||||
border-bottom: 1px solid variables.$grey-lighter;
|
||||
}
|
||||
}
|
||||
|
||||
.knockout #mce-responses .response {
|
||||
border-bottom-color: rgba(colours.$white, 0.3);
|
||||
border-bottom-color: rgba(variables.$white, 0.3);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user