@Jorge.Kingwasn't looking? - Rowena.Rueck commented on April 19th 20 at 12:21
chrome just crosses out all
Because ($size / 2) / $size is always 0.5 no matter what value is in $size (unless it's numeric)
0.5 (no units of measurement) - not a valid value for border-radius
And they say that math programmers don't need... Well, at least the basic arithmetic need to know... - ari.Rodrigu commented on April 19th 20 at 12:24
@ari.Rodrigu , very funny - Rowena.Rueck commented on April 19th 20 at 12:27
@Rowena.Rueck, nothing funny... - ari.Rodrigu commented on April 19th 20 at 12:30
@ari.Rodrigu, sorry
but YOU just napisali as it is generally
don't quite understand the error - Rowena.Rueck commented on April 19th 20 at 12:33
@Rowena.Rueck, the problem is that in the original example You have no division, and in scss - division - ari.Rodrigu commented on April 19th 20 at 12:36
that's part of the code
https://jsfiddle.net/cxbj6pwg/ - Rowena.Rueck commented on April 19th 20 at 12:18
Because
($size / 2) / $size
is always 0.5 no matter what value is in $size (unless it's numeric)0.5 (no units of measurement) - not a valid value for border-radius
And they say that math programmers don't need... Well, at least the basic arithmetic need to know... - ari.Rodrigu commented on April 19th 20 at 12:24
but YOU just napisali as it is generally
don't quite understand the error - Rowena.Rueck commented on April 19th 20 at 12:33
https://jsfiddle.net/L50njg1t/7/
but the color doesn't want - Rowena.Rueck commented on April 19th 20 at 12:39
- Jorge.King commented on April 19th 20 at 12:42
and the color how?
change background-color: var(--icon-bg-fb, gray);
on background-color: ($icon-bg-fb, gray);
not working - Rowena.Rueck commented on April 19th 20 at 12:45
Analogue:
- Jorge.King commented on April 19th 20 at 12:48