mfbs

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

commit
c130876b356ae19c5ed2819d33a69b88ede9eee9
parent
6c9a4e8a524770ae0d6d719db01edd8ac9b7b9f7
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2024-04-26 06:17
bump version to 6.0.0

Diffstat

M CHANGES.md 11 +++++++----
M package.json 2 +-

2 files changed, 8 insertions, 5 deletions


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

@@ -1,12 +1,15 @@
    1    -1 6.0.0 (unreleased)
   -1     1 6.0.0 (2024-04-26)
    2     2 ------------------
    3     3 
    4    -1 -   mfbs has been ported from SCSS to CSS. Variables have been replaced by
    5    -1     custom properties.
   -1     4 -   mfbs has been ported from SCSS to CSS.
   -1     5     -   Variables have been replaced by custom properties.
   -1     6     -   You can now use `--btn-color`, `--btn-focus` and `--btn-contrast`
   -1     7         instead of `@include button-color($color, $color-contrast,
   -1     8         $color-focus)` to customize button colors.
    6     9 -   `$width`, `$font-size-min`, and `$font-size-max` have been removed. Just
    7    10     set `body {max-inline-size}` or `:root {font-size}` directly.
    8    11 -   new optional module: darkmode.css
    9    -1 -   add styling for ::file-selector-button
   -1    12 -   add styling for `::file-selector-button`
   10    13 -   Link style again uses `a` instead of `:link` (as before 5.0)
   11    14 -   Link color no longer changes on focus. The browser focus outline is
   12    15     sufficient.

diff --git a/package.json b/package.json

@@ -1,6 +1,6 @@
    1     1 {
    2     2   "name": "mfbs",
    3    -1   "version": "5.3.0",
   -1     3   "version": "6.0.0",
    4     4   "description": "mother fucking bootstrap - a minimal CSS framework",
    5     5   "keywords": ["css"],
    6     6   "repository": {