Missing "px" in navbar-item navbar-link padding-left CDN
VictorVSa opened this issue · 1 comments
VictorVSa commented
Describe the bug
Hosted CSS is missing "px" after 15, in the padding-left of the selector .siimple-navbar-item,.siimple-navbar-link
To Reproduce
Use published host link: <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/siimple@3.2.0/dist/siimple.min.css">
Apply siimple-navbar-item class to a element inside a siimple-navbar div element.
Expected behavior
padding-left: 15px;
Screenshots or Project link
Desktop (please complete the following information):
- I guess everywhere
Additional context
I don't have much idea, just started messing around with siimple. But I don't have any other css and F12 tells me where is the problem.
jmjuanes commented
Fixed on the source code. Thank you 😄