diff --git a/docs/index.html.ejs b/docs/index.html.ejs index 271aefd..f3c489f 100644 --- a/docs/index.html.ejs +++ b/docs/index.html.ejs @@ -197,14 +197,11 @@
A menu bar consists of menu elements that name menu items and they typically have a dropdown menu associated with them.
-In case of a menu item as a single children or plain text with no menu dropdown associated with it, use aria-haspopup="false" attribute.
To create a menu bar we will use the .menu-bar class.
In case of a menu item as a single children or plain text with no menu dropdown associated with it, use aria-haspopup="false" attribute.
We can also manipulate a menu bar into a standard dropdown.
<%- example(` diff --git a/package-lock.json b/package-lock.json index 8bf1e9c..0c74943 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@sakun/system.css", - "version": "0.1.10", + "version": "0.1.11", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ec66f47..2736715 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sakun/system.css", - "version": "0.1.10", + "version": "0.1.11", "description": "A design system for building retro Apple interfaces", "main": "dist/system.css", "directories": {