Update snippet descriptions
This commit is contained in:
@ -17,5 +17,5 @@ const toHSLObject = hslStr => {
|
||||
```
|
||||
|
||||
```js
|
||||
toHSLObject('hsl(50,10%,10%)'); // { hue: 50, saturation: 10, lightness: 10 }
|
||||
toHSLObject('hsl(50, 10%, 10%)'); // { hue: 50, saturation: 10, lightness: 10 }
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user