1
0
mirror of https://github.com/picocms/pico-theme.git synced 2025-06-10 17:24:53 +02:00

5 Commits

Author SHA1 Message Date
6821662127 JavaScript: Don't setup nav toggle when there's no menu 2020-08-29 17:07:41 +02:00
8df986b02e Update JSDoc class docs 2019-10-26 11:30:05 +02:00
e66eab238e phpDoc class docs: Remove superflous @return void 2019-09-11 11:29:15 +02:00
a958759cb1 Fix utils.slideUp() and utils.slideDown() in IE9
IE9 doesn't support sliding, but also doesn't support requestAnimationFrame(). Use setTimeout() with a delay of 16ms (1000ms / 60fps = 16.67ms) instead. This isn't optimal, but who cares about IE9... This is also true for IE8, even though we don't officially support it.
2017-12-11 14:56:50 +01:00
e81eafcd68 Extract default theme from picocms/Pico repo
This repo is a copy of the picocms/Pico repo (https://github.com/picocms/Pico) at commit 82a342ba445122182b898a2c1800f03c8d16f18c with rewritten history. Only commits which are relevant for the themes/default/ directory (82a342ba44/themes/default/) were preserved. The command used to create this repo can be found at http://stackoverflow.com/a/37037151.

Pico is licensed under the MIT License (82a342ba44/LICENSE.md).
2017-05-01 18:56:54 +02:00