1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-08-12 08:53:59 +02:00

Completed core module

Just a quick build, some things need to be tweaked and cleaned up.
This commit is contained in:
Angelos Chalaris
2017-10-19 20:04:33 +03:00
parent 84ba6748b3
commit 43f6a3dd4a
4 changed files with 115 additions and 18 deletions

View File

@@ -42,3 +42,10 @@
- `pre` element styling now has a sidebar by default and uses a CSS variable for this.
- `samp` element styling removed (at least for now).
- Tested and debugged code up to this point.
## 20171019
- Added styling for `small, sub, sup`. Their `font-size` is now tied to one variable for consistency.
- Styled links, quite simplified but should be easier to work with for now.
- Added styling for `figcaption`, tied color and size to `small`'s size for consistency.
- The revamped `core` module seems to be about `200bytes` heavier than the old one, but certain things will probably be optimized over time.