Fix deprecated functions in sass files
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
@use '../functions';
|
||||
|
||||
.nav {
|
||||
&__list {
|
||||
overflow-x: auto;
|
||||
@@ -19,7 +21,7 @@
|
||||
}
|
||||
|
||||
&__item {
|
||||
padding: get-size(300) 0;
|
||||
padding: functions.get-size(300) 0;
|
||||
flex-shrink: 0;
|
||||
|
||||
a {
|
||||
|
||||
Reference in New Issue
Block a user