1
Fork 0
mirror of https://github.com/kaplanz/style.git synced 2026-05-17 16:39:35 -04:00
My minimal CSS classless reset https://cdn.zakhary.dev/style/latest/main.css
  • CSS 57.2%
  • HTML 42.8%
Find a file
2026-01-16 09:00:00 -05:00
src style: format oklch values 2026-01-16 09:00:00 -05:00
.gitignore feat: initial commit 2025-05-25 12:00:00 -04:00
index.html feat: update styles 2026-01-12 23:00:00 -05:00
LICENSE chore(license): initial release 2025-04-07 00:00:00 -04:00
README.md feat: initial commit 2025-05-25 12:00:00 -04:00

style

Usage

The easiest way to use these styles is to simply link the style in HTML using a hosted version of the stylesheet, like such:

<link rel="stylesheet" href="https://cdn.zakhary.dev/style/latest/main.css" />

I host a complementary version on my personal content delivery network, available here.

Development

It is pretty straightforward to develop styles for yourself, as the included CSS is already production ready. However, it is generally recommended to bundle and minify CSS before hosting. One way to do this is using a CSS bundler such as Parcel, which could be installed using npm:

npm install parcel

Next, to compile a bundle, run Parcel using the following command:

parcel build src/main.css

On success, the resulting bundled CSS will be available under the dist/ directory.

License

This project is licensed under the MIT License. You have permission to use this code under the conditions of this license pursuant to the rights it grants.