Add 'other' tag and fix custom-variables.md

This commit is contained in:
atomiks
2018-03-06 19:13:33 +11:00
parent d9f89bd183
commit 357efc6549
3 changed files with 102 additions and 26 deletions

View File

@ -26,6 +26,10 @@ const TAGS = [
{
name: 'interactivity',
icon: 'edit-2'
},
{
name: 'other',
icon: 'tag'
}
]