aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/css/modules/normalize.css
Commit message (Collapse)AuthorAgeFilesLines
* Use line-height: normal by default (#26635)wxiaoguang2023-08-221-1/+1
| | | Fix #26537 again because 1.15 is too small for some fonts.
* add `stylelint-stylistic` (#25285)silverwind2023-06-171-4/+4
| | | | | | Add [stylelint-stylistic](https://github.com/elirasza/stylelint-stylistic), autofix all issues with two manual tweaks. This restores all the stylistic rules removed in Stylelint 15.
* Replace Fomantic reset module with our own (#24948)silverwind2023-05-281-0/+243
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.