Open mtpiercey opened 5 years ago
At https://materializecss.com/sidenav.html, in the Variations >>> Dropdown HTML Structure section, I noticed the following line of markup:
Variations >>> Dropdown HTML Structure
<ul id='dropdown1' class='dropdown-content'>
The above section uses single-quotes instead of double-quotes, and my linter caught it while I was trying out an example. It still should work, but it's inconsistent with the rest of the snippet, so I thought I'd point it out.
you might need to mention someone from the main dev team so that they look into this. @Dogfalo @acburst
At https://materializecss.com/sidenav.html, in the
Variations >>> Dropdown HTML Structure
section, I noticed the following line of markup:The above section uses single-quotes instead of double-quotes, and my linter caught it while I was trying out an example. It still should work, but it's inconsistent with the rest of the snippet, so I thought I'd point it out.