Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/h4kor/owl-css

Minimal style sheet(s) for my blog software
https://github.com/h4kor/owl-css

Last synced: about 2 months ago
JSON representation

Minimal style sheet(s) for my blog software

Awesome Lists containing this project

README

        

# owl-css
This is a WIP, minimal style sheet for my blog software.

This design is heavily inspired by [PicoCSS](https://picocss.com), the CSS framework I used previously.

## Design Decisions

- Only use css classes where pure HTML is not possible.
- No pre-processor or compilation. Pure CSS
- TODO: split stylesheet into base and "extensions". Extensions should serve special purposes, not required by all websites (e.g. the header).

## Devlopment

```
python3 -m http.server 8000
```

Open http://localhost:8000