Skip to content

Commit

Permalink
bump version to 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xi committed Apr 26, 2024
1 parent 6c9a4e8 commit c130876
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
6.0.0 (unreleased)
6.0.0 (2024-04-26)
------------------

- mfbs has been ported from SCSS to CSS. Variables have been replaced by
custom properties.
- mfbs has been ported from SCSS to CSS.
- Variables have been replaced by custom properties.
- You can now use `--btn-color`, `--btn-focus` and `--btn-contrast`
instead of `@include button-color($color, $color-contrast,
$color-focus)` to customize button colors.
- `$width`, `$font-size-min`, and `$font-size-max` have been removed. Just
set `body {max-inline-size}` or `:root {font-size}` directly.
- new optional module: darkmode.css
- add styling for ::file-selector-button
- add styling for `::file-selector-button`
- Link style again uses `a` instead of `:link` (as before 5.0)
- Link color no longer changes on focus. The browser focus outline is
sufficient.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mfbs",
"version": "5.3.0",
"version": "6.0.0",
"description": "mother fucking bootstrap - a minimal CSS framework",
"keywords": ["css"],
"repository": {
Expand Down

0 comments on commit c130876

Please sign in to comment.