Skip to content
This repository was archived by the owner on Sep 5, 2019. It is now read-only.

Commit 12fc5d0

Browse files
committed
Update
1 parent 9968717 commit 12fc5d0

File tree

3 files changed

+17
-8
lines changed

3 files changed

+17
-8
lines changed

package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "css-ui-responsive-menu",
3-
"version": "3.1.2",
3+
"version": "3.1.3",
44
"description": "Simple responsive menu.",
55
"main": "css/style.menu.css",
66
"repository": {
@@ -17,10 +17,10 @@
1717
"url": "https://github.com/css-ui/responsive-menu/issues"
1818
},
1919
"dependencies": {
20-
"css-ui-simple": "^2.5.1",
21-
"open-sans-fontface": "^1.4.0",
22-
"jquery": "^3.3.1",
20+
"css-ui-simple": "^2.5.2",
2321
"font-awesome": "^4.7.0",
22+
"jquery": "^3.3.1",
23+
"open-sans-fontface": "^1.4.0",
2424
"perfect-scrollbar": "^1.4.0"
2525
},
2626
"homepage": "https://github.com/css-ui/responsive-menu#readme"

readme.md

+9
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,15 @@ Dropdown menu html.
108108
<li><a href="#">Germany</a></li>
109109
<li><a href="#" class="current">France</a></li>
110110
<li><a href="#">Italy</a></li>
111+
112+
<!-- multilevel -->
113+
<li class="parent">
114+
<a href="#" class="employ">Click</a>
115+
<ul class="submenu">
116+
<li><a href="#">One</a></li>
117+
<li><a href="#">Two</a></li>
118+
</ul>
119+
</li>
111120
</ul>
112121
</li>
113122
</ul>

0 commit comments

Comments
 (0)