Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bigskysoftware/missing
The classless-ish CSS library you've been missing
https://github.com/bigskysoftware/missing
classless-css classless-css-framework classless-theme css css-framework css-library deno postcss
Last synced: 5 days ago
JSON representation
The classless-ish CSS library you've been missing
- Host: GitHub
- URL: https://github.com/bigskysoftware/missing
- Owner: bigskysoftware
- License: bsd-2-clause
- Created: 2022-02-11T22:42:18.000Z (almost 3 years ago)
- Default Branch: dev
- Last Pushed: 2024-08-30T19:58:04.000Z (5 months ago)
- Last Synced: 2024-10-29T15:18:29.023Z (3 months ago)
- Topics: classless-css, classless-css-framework, classless-theme, css, css-framework, css-library, deno, postcss
- Language: CSS
- Homepage: https://missing.style
- Size: 1.14 MB
- Stars: 551
- Watchers: 15
- Forks: 24
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# MISSING.CSS
The Missing CSS Stylesheet[Docs](https://missing.style/docs/) ·
[Demo](https://missing.style/demos/) ·
[Playground](https://missing.style/playground/) ·
[Releases](https://missing.style/releases/) ·
[GitHub](https://github.com/bigskysoftware/missing) ·
[Discord](https://htmx.org/discord)missing.css is the missing CSS library that we all wished existed. Add it to your website:
```html
```
* It starts with decent default styling for vanilla HTML, akin to **classless
CSS** libraries.
* It offers a small set of **components** based on well-known, semantic markup
patterns, with ARIA where appropriate.
* Finally, it offers a small & curated set of **utility classes** and **custom
elements** for bespoke elements and layouts.The goal of missing.css is to reduce needed intervention in HTML. It lets
authors- start with a good out-of-the-box experience,
- customize it easily, even create multiple themes,
- build common components using plain, semantic HTML,
- create unique sites by applying utility classes as needed.missing.css is not designed to be a complete styling solution for large
websites. It may serve as a basis for a more completely styled site, but does
not try to be as complete as Bootstrap or as versatile as Tailwind.
It is, however, explicitly designed to be complete enough to use for small sites, internal tools or
personal projects.--------
[Missing.css](https://missing.style), from Big Sky Software.
Also check out [htmx](https://htmx.org) and [_hyperscript](https://hyperscript.org).