Deprecate utility tag

This commit is contained in:
Angelos Chalaris
2020-04-16 23:07:33 +03:00
parent 5e42f0aaa4
commit e31aea403d
60 changed files with 118 additions and 117 deletions

View File

@ -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'
```
```