1
Fork 0
mirror of https://github.com/kaplanz/style.git synced 2026-06-07 09:39:34 -04:00
My minimal CSS classless reset https://cdn.zakhary.dev/style/latest/main.css
  • CSS 63.5%
  • HTML 36.5%
Find a file
2026-06-04 21:00:00 -04:00
src feat(core): disable text-size-adjust 2026-05-25 18:00:00 -04:00
.browserslistrc chore: create .browserslistrc 2026-06-04 21:00:00 -04:00
.gitignore feat: initial commit 2025-05-25 12:00:00 -04:00
index.html feat: add alerts 2026-05-18 18:00:00 -04: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.