Deprecate utility tag
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: extendHex
|
||||
tags: utility,string,intermediate
|
||||
tags: string,intermediate
|
||||
---
|
||||
|
||||
Extends a 3-digit color code to a 6-digit color code.
|
||||
@ -21,4 +21,4 @@ const extendHex = shortHex =>
|
||||
```js
|
||||
extendHex('#03f'); // '#0033ff'
|
||||
extendHex('05a'); // '#0055aa'
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user