mfbs

CSS microframework
git clone https://git.ce9e.org/mfbs.git

commit
d65af61bd06018a3c6edbce01b087eddfd98f378
parent
b15b32f92b417547b796d76f6cd5fb588d932895
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2021-07-15 07:52
add CHANGES for 5.0.0

Diffstat

M CHANGES.md 19 +++++++++++++++++++

1 files changed, 19 insertions, 0 deletions


diff --git a/CHANGES.md b/CHANGES.md

@@ -1,3 +1,22 @@
   -1     1 5.0.0 (unreleased)
   -1     2 ------------------
   -1     3 
   -1     4 -   link styling now uses `:link` instead of `a` (higher specificity!)
   -1     5 -   rm support for bower
   -1     6 -   rm support for eyeglass
   -1     7 -   rm styling for selection
   -1     8 -   rm styling for fieldset
   -1     9 -   rm styling for invalid form field (again)
   -1    10 -   rm viewport at-rule
   -1    11 -   add `visited` styling and `$color-link-visited`
   -1    12 -   use `:focus-visible` instead of `:focus` (with compatbility for legacy
   -1    13     browsers)
   -1    14 -   add hidden styling
   -1    15 -   restrict max-width for video
   -1    16 -   darker default `$border-color`
   -1    17 -   avoid page break in print after any heading, not just `h2` and `h3`
   -1    18 
   -1    19 
    1    20 4.0.0 (2018-01-11)
    2    21 ------------------
    3    22