From d58018f036577da1083b868d6a4171bb47f46ccf Mon Sep 17 00:00:00 2001 From: harry Date: Sun, 14 May 2017 16:54:08 +0530 Subject: [PATCH] Add nested style codepen! --- docs/pages/menu.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/pages/menu.md b/docs/pages/menu.md index a766db44d..adcd554bb 100644 --- a/docs/pages/menu.md +++ b/docs/pages/menu.md @@ -163,6 +163,12 @@ Add the `.simple` class to a Menu to remove the padding and color change. This s Add a new menu inside the `
  • ` of a Menu and add the class `.nested` to create a nested menu. The nested Menu has extra padding on the inside. + + ```html_example