This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| export ok='\e[1;32m \u2714' | |
| export ko='\e[1;31m \u2715' | |
| export ot='\e[1;30m' | |
| export res='\033[0m' | |
| whibla='\033[47m\033[1;30m' | |
| #.gitconfig | |
| [color] | |
| ui = true | |
| [alias] | |
| glog = log --all --graph --decorate --oneline |
A Repo for testing snippets of Bash code
I want to create a function which will change color based on background-colorlightness(), but get an error
Argument $color of lightness($color) must be a color
When I setup color: set-color(#000000); everything is okay, but I need to setup varibable ($background-color). Is there is a way to achieve it?
@function set-color($color) {
@if (lightness($color) >= 50) {
Correción a estelafp
| Correción | Estado |
|---|---|
| Descarga | ✅ |
| ✅ | PASO 1 |
| Fork | ✅ |
| ✅ | PASO 3 |
Correción a gpimentel79
| Correción | Estado |
|---|---|
| Descarga | ✅ |
| ✅ | PASO 1 |
| Fork | ✅ |
| ✅ | PASO 3 |
Correción a njoaquin87.
| Correción | Estado |
|---|---|
| Descarga | ✅ |
| ✅ | PASO 1 |
| Nombre de repositorio | ✅ |
| ✅ | PASO 2 |
Correción a ferbari.
| Correción | Estado |
|---|---|
| Descarga | ✅ |
| ✅ | PASO 1 |
| Nombre de repositorio | ✅ |
| ❌ | PASO 2 |
Correción a manelurquiza.
| Correción | Estado |
|---|---|
| Descarga | ✅ |
| ✅ | PASO 1 |
| Nombre de repositorio | ✅ |
| ✅ | PASO 2 |
NewerOlder