0.3.4 • Published 2 years ago

lemur.css v0.3.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

lemur.css: A Classless Stylesheet

lemur.css is a minimal classless stylesheet that makes your plain HTML look slightly less plain. It is used in 0ty, a zero-config static site generator.

lemur.css is intended for my personal use with 0ty. If other people want to use it, or want to contribute, great! It is minimal compared to some popular classless CSS stylesheets. I will add to it if the need arises.

Usage

Link to lemur.css in the head of your HTML:

<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <link rel="stylesheet" href="./lemur.css">
  <title>Title</title>
</head>

Typeset Math

In the sample, there is typeset math, which requires MathJax.

Links

The Name

Why lemur.css?

  1. The CSS is nimble like a lemur.
  2. As a little kid, one of my favorite TV shows was Zoboomafoo.
  3. My name (Liam) kinda sorta sounds like lemur.
0.3.4

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago