Zach Williams
Zach Williams
Some of my templates ended up having chunks of several newlines (particularly when a boolean wasn't present). This pull request turns any 2+ newlines into only 2 newlines.
Should add localized [formats from the Moment.js docs](http://momentjs.com/docs/). ``` python import moment print moment.now().format("LLLL") ```
Relevant lines in `_dropdown.css`: https://github.com/picocss/pico/blob/1039a4788d6abc368d5485ae6bac84a8f0e3096f/scss/components/_dropdown.scss#L192-L193 The basic gist: 1. If `li:has(label)`... 2. Then the `padding` should actually be applied to the `label` rather than the `li` With the padding being...