Sandrina Pereira

Results 54 comments of Sandrina Pereira

Holy moly, this was an incredible answer, thank you so much for the effort in doing this analysis! I can assure you that I'll come back to this page many...

I've tried using CSS variables but then it doesn't know the variable's real value (color) is... ``` Running "sass:dev" (sass) task >> Error: argument `$color` of `red($color)` must be a...

> Would love this functionality too, unfortunately IE11's lack of support for CSS variables kills it 😢 @whawker Not really... ``` .foo { color: red; color: var(--primary); } ``` You...

> As far as I know there is no function available or proposed to replace it 'online' in CSS. E. g. instead of one $primary-color, several lighter and darker shades...

@oddjobz this error > "Error: argument $color of red($color) must be a color" happens because when using css variables $color is `var(--something)` instead of an actual hexadecimal value `#000000`. SCSS...

Not really. If I want `$primary` to be `var(--primary)`, being `--primary` `#008080` it doesn't work. ``` >> Error: argument `$color` of `darken($color, $amount)` must be a color >> on line...

This issue was closed, can you @jgthms open it again and Maybe add the label `needs work` and `feature` ?

yes, i was looking for the same

I'm working in a solution, i'll open a Pull Request soon ;)

In my opinion, we should keep the chat as simple as possible and within the "time budget". The way I see this thread, we are trying to replicate all the...