From: harry Date: Sun, 14 May 2017 11:40:02 +0000 (+0530) Subject: Add active state codepen! X-Git-Tag: v6.4.0-rc1~46^2~26^2~24^2~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23dba0b7aa244b55bb570c1a43d8cceaae7b0355;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Add active state codepen! --- diff --git a/docs/pages/menu.md b/docs/pages/menu.md index adcd554bb..44e5bfd0d 100644 --- a/docs/pages/menu.md +++ b/docs/pages/menu.md @@ -192,6 +192,12 @@ Add a new menu inside the `
  • ` of a Menu and add the class `.nested` to create Add the class `.active` to any `
  • ` to create an active state. You could apply this server-side to mark the active page, or dynamically with JavaScript. + + ```html_example