Skip to content

Commit

Permalink
Fix scss/no-global-function-names
Browse files Browse the repository at this point in the history
  • Loading branch information
texpert committed Nov 9, 2023
1 parent 896703c commit b38230b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/apps/themes/florsan_first/assets/css/style.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@use "sass:string";

* {
box-sizing: border-box;
}
Expand Down Expand Up @@ -47,7 +49,7 @@ audio:not([controls]) {
}

html {
font-size: unquote('clamp(16px, 16px + (20 - 16) * (100vw - 320px)/(2880 - 320), 20px)');
font-size: string.unquote('clamp(16px, 16px + (20 - 16) * (100vw - 320px)/(2880 - 320), 20px)');
overflow-y: scroll;
}

Expand Down

0 comments on commit b38230b

Please sign in to comment.