From 94d027e4f578b6ea8fb3002818864d3c2b7ffce7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20P=C3=A9rez=20Ruiz?= Date: Wed, 17 May 2017 14:04:20 +0200 Subject: [PATCH] Updated version Added title to theme generator example --- examples/course/sco1221/pages/6613/page.pug | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/course/sco1221/pages/6613/page.pug b/examples/course/sco1221/pages/6613/page.pug index 7eeacb6..11119e6 100644 --- a/examples/course/sco1221/pages/6613/page.pug +++ b/examples/course/sco1221/pages/6613/page.pug @@ -21,6 +21,7 @@ div - ```$TC-home-icon--hover```:[OPTIONAL] Text color for the icon of home action when over, by default, the same as ```$TC-home-icon``` - ```$TC-index-icon--hover```:[OPTIONAL] Text color for the icon of index action when over, by default, the same as ```$TC-index-icon``` ```scss + ## Usage // If haztivity-cli is used @import "~@haztivity/hz-navbar/src/scss/_hz-navbar.structure"; @import "~@haztivity/hz-navbar/src/scss/_hz-navbar.theme"; diff --git a/package.json b/package.json index ecda66c..4eb6dfa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@haztivity/hz-navbar", - "version": "0.6.1", + "version": "0.6.2", "description": "Componente de navegaciĆ³n para haztivity", "main": "index.js", "module": "index.js",