1
0
Fork 0
forked from forgejo/forgejo

Replace Fomantic reset module with our own (#24948)

Replace the `reset` module with a modern version based on
[modern-normalize](https://github.com/sindresorhus/modern-normalize).
The only things I removed from that module are the `font-family` rules
we don't need. Otherwise, it's similar to Fomantic's reset, but with the
legacy IE stuff removed.

I documented every change done to the module.

Also this introduces a new `--tab-size` variable but it has no real
effect on code yet.
This commit is contained in:
silverwind 2023-05-28 20:04:35 +02:00 committed by GitHub
parent 1fa50f323a
commit a2e5c3c963
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 246 additions and 422 deletions

View file

@ -1,3 +1,4 @@
@import "./modules/normalize.css";
@import "./modules/animations.css";
@import "./modules/tippy.css";
@import "./modules/modal.css";