markdown-to-html-cli
Version:
Command line tool generates markdown as html.
2 lines (1 loc) • 466 B
TypeScript
export declare const cssCorners = "\na:hover .octo-arm { animation: octocat-wave 560ms ease-in-out; }\nsvg { z-index: 99; position: fixed; border: 0px; top: 0px; right: 0; }\n@media (max-width:500px) {\n a:hover .octo-arm { animation: none; }\n .octo-arm { animation: octocat-wave 560ms ease-in-out; }\n}\n\n@keyframes octocat-wave {\n 0%, 100% { transform: rotate(0); }\n 20%, 60% { transform: rotate(-25deg); }\n 40%, 80% { transform: rotate(10deg); }\n}\n";